#472D27

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

Shades of Cedar #472D27

Tints of Cedar #472D27

Color information

#472D27 (or 0x472D27) is unknown color: approx Cedar. HEX triplet: 47, 2D and 27. RGB value is (71,45,39). Sum of RGB (Red+Green+Blue) = 71+45+39=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D27 is #B8D2D8. Grayscale: #343434. Windows color (decimal): -12112601 or 2567495. OLE color: 2567495.

HSL color Cylindrical-coordinate representation of color #472D27: hue angle of 11.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472D27 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB714539-
CMYK00.370.450.72
HSL11.25º29.09%21.57%-
HSV(B)11.25º45.07%27.84%-
XYZ3.93.362.36-
YUV52.09120.61141.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=45.81%
G=29.03%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71453900.370.450.7211.2529.0921.57
Hex472D270252D48b1d16
Octal107554704555110133526
Binary10001111011011001110100101101101100100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472D27; }

 p { color: rgb(71,45,39); }

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

<style>
 a { background-color: #472D27; }

 a { background-color: rgb(71,45,39); }

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

<style>
 span { border-color: #472D27; }

 span { border-color: rgb(71,45,39); }

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