#492F27

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

Shades of Cedar #492F27

Tints of Cedar #492F27

Color information

#492F27 (or 0x492F27) is unknown color: approx Cedar. HEX triplet: 49, 2F and 27. RGB value is (73,47,39). Sum of RGB (Red+Green+Blue) = 73+47+39=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F27 is #B6D0D8. Grayscale: #353535. Windows color (decimal): -11981017 or 2568009. OLE color: 2568009.

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

Color convert

RGB734739-
CMYK00.360.470.71
HSL14.12º30.36%21.96%-
HSV(B)14.12º46.58%28.63%-
XYZ4.133.62.4-
YUV53.86119.61141.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=45.91%
G=29.56%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73473900.360.470.7114.1230.3621.96
Hex492F270242F47e1e16
Octal111574704457107163626
Binary10010011011111001110100100101111100011111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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