#472320

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

Shades of Caput Mortuum #472320

Tints of Caput Mortuum #472320

Color information

#472320 (or 0x472320) is unknown color: approx Caput Mortuum. HEX triplet: 47, 23 and 20. RGB value is (71,35,32). Sum of RGB (Red+Green+Blue) = 71+35+32=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472320 is #B8DCDF. Grayscale: #2D2D2D. Windows color (decimal): -12115168 or 2106183. OLE color: 2106183.

HSL color Cylindrical-coordinate representation of color #472320: hue angle of 4.62º 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 #472320 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB713532-
CMYK00.510.550.72
HSL4.62º37.86%20.2%-
HSV(B)4.62º54.93%27.84%-
XYZ3.462.651.69-
YUV45.42120.43146.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=51.45%
G=25.36%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71353200.510.550.724.6237.8620.2
Hex472320033374852614
Octal10743400636711054624
Binary10001111000111000000110011110111100100010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472320; }

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

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

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

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

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

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

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

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