#47302B

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

Shades of Cedar #47302B

Tints of Cedar #47302B

Color information

#47302B (or 0x47302B) is unknown color: approx Cedar. HEX triplet: 47, 30 and 2B. RGB value is (71,48,43). Sum of RGB (Red+Green+Blue) = 71+48+43=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #47302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47302B is #B8CFD4. Grayscale: #363636. Windows color (decimal): -12111829 or 2830407. OLE color: 2830407.

HSL color Cylindrical-coordinate representation of color #47302B: hue angle of 10.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47302B is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB714843-
CMYK00.320.390.72
HSL10.71º24.56%22.35%-
HSV(B)10.71º39.44%27.84%-
XYZ4.093.632.77-
YUV54.31121.62139.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=43.83%
G=29.63%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71484300.320.390.7210.7124.5622.35
Hex47302B0202748b1916
Octal107605304047110133126
Binary10001111100001010110100000100111100100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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