#562113

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

Shades of Caput Mortuum #562113

Tints of Caput Mortuum #562113

Color information

#562113 (or 0x562113) is unknown color: approx Caput Mortuum. HEX triplet: 56, 21 and 13. RGB value is (86,33,19). Sum of RGB (Red+Green+Blue) = 86+33+19=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #562113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562113 is #A9DEEC. Grayscale: #2F2F2F. Windows color (decimal): -11132653 or 1253718. OLE color: 1253718.

HSL color Cylindrical-coordinate representation of color #562113: hue angle of 12.54º 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 #562113 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB863319-
CMYK00.620.780.66
HSL12.54º63.81%20.59%-
HSV(B)12.54º77.91%33.73%-
XYZ4.53.110.98-
YUV47.25112.06155.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=62.32%
G=23.91%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86331900.620.780.6612.5463.8120.59
Hex56211303E4E42d4015
Octal12641230761161021510025
Binary1010110100001100110111110100111010000101101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562113; }

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

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

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

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

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

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

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

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