#47322D

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

Shades of Cedar #47322D

Tints of Cedar #47322D

Color information

#47322D (or 0x47322D) is unknown color: approx Cedar. HEX triplet: 47, 32 and 2D. RGB value is (71,50,45). Sum of RGB (Red+Green+Blue) = 71+50+45=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47322D is #B8CDD2. Grayscale: #373737. Windows color (decimal): -12111315 or 2961991. OLE color: 2961991.

HSL color Cylindrical-coordinate representation of color #47322D: hue angle of 11.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47322D is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB715045-
CMYK00.300.370.72
HSL11.54º22.41%22.75%-
HSV(B)11.54º36.62%27.84%-
XYZ4.213.813-
YUV55.71121.96138.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=42.77%
G=30.12%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71504500.300.370.7211.5422.4122.75
Hex47322D01E2548c1617
Octal107625503645110142627
Binary1000111110010101101011110100101100100011001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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