#492F28

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

Shades of Cedar #492F28

Tints of Cedar #492F28

Color information

#492F28 (or 0x492F28) is unknown color: approx Cedar. HEX triplet: 49, 2F and 28. RGB value is (73,47,40). Sum of RGB (Red+Green+Blue) = 73+47+40=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F28 is #B6D0D7. Grayscale: #363636. Windows color (decimal): -11981016 or 2633545. OLE color: 2633545.

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

Color convert

RGB734740-
CMYK00.360.450.71
HSL12.73º29.2%22.16%-
HSV(B)12.73º45.21%28.63%-
XYZ4.153.62.48-
YUV53.98120.11141.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 40 (16.02% from 255) = 25%
R=45.62%
G=29.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73474000.360.450.7112.7329.222.16
Hex492F280242D47d1d16
Octal111575004455107153526
Binary10010011011111010000100100101101100011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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