#562519

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

Shades of Caput Mortuum #562519

Tints of Caput Mortuum #562519

Color information

#562519 (or 0x562519) is unknown color: approx Caput Mortuum. HEX triplet: 56, 25 and 19. RGB value is (86,37,25). Sum of RGB (Red+Green+Blue) = 86+37+25=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #562519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562519 is #A9DAE6. Grayscale: #323232. Windows color (decimal): -11131623 or 1647958. OLE color: 1647958.

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

Color convert

RGB863725-
CMYK00.570.710.66
HSL11.8º54.95%21.76%-
HSV(B)11.8º70.93%33.73%-
XYZ4.673.371.32-
YUV50.28113.73153.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=58.11%
G=25%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86372500.570.710.6611.854.9521.76
Hex5625190394742c3716
Octal1264531071107102146726
Binary101011010010111001011100110001111000010110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562519; }

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

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

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

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

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

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

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

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