Html Css Color HEX #483439 Cab Sav

📋 copy color: '#483439'

red 72 ◦ green 52 ◦ blue 57

#483439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cab Sav #483439

Tints of Cab Sav #483439

RGB

 RED value IS 72 (28.52% from 255) = 39.78%

 GREEN value IS 52 (20.7% from 255) = 28.73%

 BLUE value IS 57 (22.66% from 255) = 31.49%

R = 39.78%
G = 28.73%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#483439 (or 0x483439) is known color: Cab Sav. HEX triplet: 48, 34 and 39. RGB value is (72,52,57). Sum of RGB (Red+Green+Blue) = 72+52+57=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #483439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483439 is #B7CBC6. Grayscale: #3A3A3A. Windows color (decimal): -12045255 or 3748936. OLE color: 3748936.

HSL color Cylindrical-coordinate representation of color #483439: hue angle of 345º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483439 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 57 -
CMYK 0 0.28 0.21 0.72
HSL 345º 0.16% 0.24% -
HSV(B) 345º 0.28% 0.28% -
XYZ 4.64 4.13 4.42 -
YUV 58.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 72 52 57 0 0.28 0.21 0.72 345 0.16 0.24
Hex 48 34 39 0 1C 15 48 159 10 18
Octal 110 64 71 0 34 25 110 531 20 30
Binary 1001000 110100 111001 0 11100 10101 1001000 101011001 10000 11000

Color Harmonies of #483439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483439

Black with #483439

Text Example


Text Example

White with #483439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483439; }

 p { color: rgb(72,52,57); }

 H1.HeaderClassName
 {
   color: #483439;
 }
 .AnyTagClassName
 {
   color: #483439;
 }
</style>

background-color css

<style>
 a { background-color: #483439; }

 a { background-color: rgb(72,52,57); }

 div.DivClassName
 {
   background-color: #483439;
 }
 .BgClassName
 {
   background-color: #483439;
 }
</style>

border-color css

<style>
 span { border-color: #483439; }

 span { border-color: rgb(72,52,57); }

 td.TdClassName
 {
   border-color: #483439;
 }
 .TagClassName
 {
   border-color: #483439;
 }
</style>