#492C32

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

Shades of Cab Sav #492C32

Tints of Cab Sav #492C32

Color information

#492C32 (or 0x492C32) is unknown color: approx Cab Sav. HEX triplet: 49, 2C and 32. RGB value is (73,44,50). Sum of RGB (Red+Green+Blue) = 73+44+50=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #492C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C32 is #B6D3CD. Grayscale: #353535. Windows color (decimal): -11981774 or 3288137. OLE color: 3288137.

HSL color Cylindrical-coordinate representation of color #492C32: hue angle of 347.59º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492C32 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB734450-
CMYK00.400.320.71
HSL347.59º24.79%22.94%-
HSV(B)347.59º39.73%28.63%-
XYZ4.223.453.46-
YUV53.36126.11142.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=43.71%
G=26.35%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73445000.400.320.71347.5924.7922.94
Hex492C32028204715c1917
Octal1115462050401075343127
Binary1001001101100110010010100010000010001111010111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,44,50); }

 H1.HeaderClassName
 {
   color: #492C32;
 }
 .AnyTagClassName
 {
   color: #492C32;
 }
</style>
background-color css

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

 a { background-color: rgb(73,44,50); }

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

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

 span { border-color: rgb(73,44,50); }

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