#492F35

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

Shades of Cab Sav #492F35

Tints of Cab Sav #492F35

Color information

#492F35 (or 0x492F35) is unknown color: approx Cab Sav. HEX triplet: 49, 2F and 35. RGB value is (73,47,53). Sum of RGB (Red+Green+Blue) = 73+47+53=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F35 is #B6D0CA. Grayscale: #373737. Windows color (decimal): -11981003 or 3485513. OLE color: 3485513.

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

Color convert

RGB734753-
CMYK00.360.270.71
HSL346.15º21.67%23.53%-
HSV(B)346.15º35.62%28.63%-
XYZ4.413.713.85-
YUV55.46126.61140.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=42.20%
G=27.17%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73475300.360.270.71346.1521.6723.53
Hex492F350241B4715a1618
Octal1115765044331075322630
Binary100100110111111010101001001101110001111010110101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,47,53); }

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

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

 a { background-color: rgb(73,47,53); }

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

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

 span { border-color: rgb(73,47,53); }

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