#562513

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

Shades of Caput Mortuum #562513

Tints of Caput Mortuum #562513

Color information

#562513 (or 0x562513) is unknown color: approx Caput Mortuum. HEX triplet: 56, 25 and 13. RGB value is (86,37,19). Sum of RGB (Red+Green+Blue) = 86+37+19=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #562513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562513 is #A9DAEC. Grayscale: #313131. Windows color (decimal): -11131629 or 1254742. OLE color: 1254742.

HSL color Cylindrical-coordinate representation of color #562513: hue angle of 16.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562513 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB863719-
CMYK00.570.780.66
HSL16.12º63.81%20.59%-
HSV(B)16.12º77.91%33.73%-
XYZ4.623.351.02-
YUV49.6110.73153.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=60.56%
G=26.06%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86371900.570.780.6616.1263.8120.59
Hex5625130394E42104015
Octal12645230711161022010025
Binary10101101001011001101110011001110100001010000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562513; }

 p { color: rgb(86,37,19); }

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

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

 a { background-color: rgb(86,37,19); }

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

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

 span { border-color: rgb(86,37,19); }

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