#492D33

Color #492D33 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #492D33

Tints of Cab Sav #492D33

Color information

#492D33 (or 0x492D33) is unknown color: approx 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

RGB734551-
CMYK00.380.300.71
HSL347.14º23.73%23.14%-
HSV(B)347.14º38.36%28.63%-
XYZ4.283.533.59-
YUV54.06126.28141.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=43.20%
G=26.63%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73455100.380.300.71347.1423.7323.14
Hex492D330261E4715b1817
Octal1115563046361075333027
Binary100100110110111001101001101111010001111010110111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>