#47332F

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

Shades of Cedar #47332F

Tints of Cedar #47332F

Color information

#47332F (or 0x47332F) is unknown color: approx Cedar. HEX triplet: 47, 33 and 2F. RGB value is (71,51,47). Sum of RGB (Red+Green+Blue) = 71+51+47=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47332F is #B8CCD0. Grayscale: #383838. Windows color (decimal): -12111057 or 3093319. OLE color: 3093319.

HSL color Cylindrical-coordinate representation of color #47332F: hue angle of 10º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47332F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB715147-
CMYK00.280.340.72
HSL10º20.34%23.14%-
HSV(B)10º33.8%27.84%-
XYZ4.33.913.22-
YUV56.52122.63138.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=42.01%
G=30.18%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71514700.280.340.721020.3423.14
Hex47332F01C2248a1417
Octal107635703442110122427
Binary1000111110011101111011100100010100100010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47332F; }

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

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

<style>
 a { background-color: #47332F; }

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

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

<style>
 span { border-color: #47332F; }

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

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