#47342F

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

Shades of Cedar #47342F

Tints of Cedar #47342F

Color information

#47342F (or 0x47342F) is unknown color: approx Cedar. HEX triplet: 47, 34 and 2F. RGB value is (71,52,47). Sum of RGB (Red+Green+Blue) = 71+52+47=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47342F is #B8CBD0. Grayscale: #393939. Windows color (decimal): -12110801 or 3093575. OLE color: 3093575.

HSL color Cylindrical-coordinate representation of color #47342F: hue angle of 12.5º 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 #47342F is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB715247-
CMYK00.270.340.72
HSL12.5º20.34%23.14%-
HSV(B)12.5º33.8%27.84%-
XYZ4.3443.23-
YUV57.11122.29137.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=41.76%
G=30.59%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71524700.270.340.7212.520.3423.14
Hex47342F01B2248c1417
Octal107645703342110142427
Binary1000111110100101111011011100010100100011001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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