#472F2A

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

Shades of Cedar #472F2A

Tints of Cedar #472F2A

Color information

#472F2A (or 0x472F2A) is unknown color: approx Cedar. HEX triplet: 47, 2F and 2A. RGB value is (71,47,42). Sum of RGB (Red+Green+Blue) = 71+47+42=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F2A is #B8D0D5. Grayscale: #353535. Windows color (decimal): -12112086 or 2764615. OLE color: 2764615.

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

Color convert

RGB714742-
CMYK00.340.410.72
HSL10.34º25.66%22.16%-
HSV(B)10.34º40.85%27.84%-
XYZ4.033.542.66-
YUV53.61121.45140.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=44.38%
G=29.38%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71474200.340.410.7210.3425.6622.16
Hex472F2A0222948a1a16
Octal107575204251110123226
Binary10001111011111010100100010101001100100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,47,42); }

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

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

 a { background-color: rgb(71,47,42); }

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

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

 span { border-color: rgb(71,47,42); }

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