#472420

Color #472420 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #472420

Tints of Caput Mortuum #472420

Color information

#472420 (or 0x472420) is unknown color: approx Caput Mortuum. HEX triplet: 47, 24 and 20. RGB value is (71,36,32). Sum of RGB (Red+Green+Blue) = 71+36+32=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472420 is #B8DBDF. Grayscale: #2E2E2E. Windows color (decimal): -12114912 or 2106439. OLE color: 2106439.

HSL color Cylindrical-coordinate representation of color #472420: hue angle of 6.15º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472420 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB713632-
CMYK00.490.550.72
HSL6.15º37.86%20.2%-
HSV(B)6.15º54.93%27.84%-
XYZ3.492.711.7-
YUV46.01120.1145.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=51.08%
G=25.90%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71363200.490.550.726.1537.8620.2
Hex472420031374862614
Octal10744400616711064624
Binary10001111001001000000110001110111100100011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472420; }

 p { color: rgb(71,36,32); }

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

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

 a { background-color: rgb(71,36,32); }

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

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

 span { border-color: rgb(71,36,32); }

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