#47312C

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

Shades of Cedar #47312C

Tints of Cedar #47312C

Color information

#47312C (or 0x47312C) is unknown color: approx Cedar. HEX triplet: 47, 31 and 2C. RGB value is (71,49,44). Sum of RGB (Red+Green+Blue) = 71+49+44=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47312C is #B8CED3. Grayscale: #373737. Windows color (decimal): -12111572 or 2896199. OLE color: 2896199.

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

Color convert

RGB714944-
CMYK00.310.380.72
HSL11.11º23.48%22.55%-
HSV(B)11.11º38.03%27.84%-
XYZ4.153.722.88-
YUV55.01121.79139.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=43.29%
G=29.88%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71494400.310.380.7211.1123.4822.55
Hex47312C01F2648b1717
Octal107615403746110132727
Binary1000111110001101100011111100110100100010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47312C; }

 p { color: rgb(71,49,44); }

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

<style>
 a { background-color: #47312C; }

 a { background-color: rgb(71,49,44); }

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

<style>
 span { border-color: #47312C; }

 span { border-color: rgb(71,49,44); }

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