#472E28

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

Shades of Cedar #472E28

Tints of Cedar #472E28

Color information

#472E28 (or 0x472E28) is unknown color: approx Cedar. HEX triplet: 47, 2E and 28. RGB value is (71,46,40). Sum of RGB (Red+Green+Blue) = 71+46+40=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E28 is #B8D1D7. Grayscale: #343434. Windows color (decimal): -12112344 or 2633287. OLE color: 2633287.

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

Color convert

RGB714640-
CMYK00.350.440.72
HSL11.61º27.93%21.76%-
HSV(B)11.61º43.66%27.84%-
XYZ3.963.452.46-
YUV52.79120.78140.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=45.22%
G=29.30%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71464000.350.440.7211.6127.9321.76
Hex472E280232C48c1c16
Octal107565004354110143426
Binary10001111011101010000100011101100100100011001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,40); }

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

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

 a { background-color: rgb(71,46,40); }

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

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

 span { border-color: rgb(71,46,40); }

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