Html Css Color HEX #492D33 Cab Sav

📋 copy color: '#492D33'

red 73 ◦ green 45 ◦ blue 51

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

Shades of Cab Sav #492D33

Tints of Cab Sav #492D33

RGB

 RED value IS 73 (28.91% from 255) = 43.2%

 GREEN value IS 45 (17.97% from 255) = 26.63%

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 43.2%
G = 26.63%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492D33 (or 0x492D33) is known color: Cab Sav. HEX triplet: 49, 2D and 33. RGB value is (73,45,51). Sum of RGB (Red+Green+Blue) = 73+45+51=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #492D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D33 is #B6D2CC. Grayscale: #363636. Windows color (decimal): -11981517 or 3353929. OLE color: 3353929.

HSL color Cylindrical-coordinate representation of color #492D33: hue angle of 347.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #492D33 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 51 -
CMYK 0 0.38 0.30 0.71
HSL 347.14º 0.24% 0.23% -
HSV(B) 347.14º 0.38% 0.29% -
XYZ 4.28 3.53 3.59 -
YUV 54.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 73 45 51 0 0.38 0.30 0.71 347.14 0.24 0.23
Hex 49 2D 33 0 26 1E 47 15B 18 17
Octal 111 55 63 0 46 36 107 533 30 27
Binary 1001001 101101 110011 0 100110 11110 1000111 101011011 11000 10111

Color Harmonies of #492D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D33

Black with #492D33

Text Example


Text Example

White with #492D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492D33; }

 p { color: rgb(73,45,51); }

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

background-color css

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

 a { background-color: rgb(73,45,51); }

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

border-color css

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

 span { border-color: rgb(73,45,51); }

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