#47322F

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

Shades of Cedar #47322F

Tints of Cedar #47322F

Color information

#47322F (or 0x47322F) is unknown color: approx Cedar. HEX triplet: 47, 32 and 2F. RGB value is (71,50,47). Sum of RGB (Red+Green+Blue) = 71+50+47=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47322F is #B8CDD0. Grayscale: #373737. Windows color (decimal): -12111313 or 3093063. OLE color: 3093063.

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

Color convert

RGB715047-
CMYK00.300.340.72
HSL7.5º20.34%23.14%-
HSV(B)7.5º33.8%27.84%-
XYZ4.253.833.2-
YUV55.94122.96138.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=42.26%
G=29.76%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71504700.300.340.727.520.3423.14
Hex47322F01E224881417
Octal107625703642110102427
Binary1000111110010101111011110100010100100010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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