#562615

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

Shades of Caput Mortuum #562615

Tints of Caput Mortuum #562615

Color information

#562615 (or 0x562615) is unknown color: approx Caput Mortuum. HEX triplet: 56, 26 and 15. RGB value is (86,38,21). Sum of RGB (Red+Green+Blue) = 86+38+21=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562615 is #A9D9EA. Grayscale: #323232. Windows color (decimal): -11131371 or 1386070. OLE color: 1386070.

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

Color convert

RGB863821-
CMYK00.560.760.66
HSL15.69º60.75%20.98%-
HSV(B)15.69º75.58%33.73%-
XYZ4.673.421.12-
YUV50.41111.4153.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=59.31%
G=26.21%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86382100.560.760.6615.6960.7520.98
Hex5626150384C42103d15
Octal1264625070114102207525
Binary1010110100110101010111000100110010000101000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562615; }

 p { color: rgb(86,38,21); }

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

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

 a { background-color: rgb(86,38,21); }

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

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

 span { border-color: rgb(86,38,21); }

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