#47302C

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

Shades of Cedar #47302C

Tints of Cedar #47302C

Color information

#47302C (or 0x47302C) is unknown color: approx Cedar. HEX triplet: 47, 30 and 2C. RGB value is (71,48,44). Sum of RGB (Red+Green+Blue) = 71+48+44=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47302C is #B8CFD3. Grayscale: #363636. Windows color (decimal): -12111828 or 2895943. OLE color: 2895943.

HSL color Cylindrical-coordinate representation of color #47302C: hue angle of 8.89º 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 #47302C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB714844-
CMYK00.320.380.72
HSL8.89º23.48%22.55%-
HSV(B)8.89º38.03%27.84%-
XYZ4.113.642.87-
YUV54.42122.12139.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=43.56%
G=29.45%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71484400.320.380.728.8923.4822.55
Hex47302C020264891717
Octal107605404046110112727
Binary10001111100001011000100000100110100100010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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