#562318

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

Shades of Caput Mortuum #562318

Tints of Caput Mortuum #562318

Color information

#562318 (or 0x562318) is unknown color: approx Caput Mortuum. HEX triplet: 56, 23 and 18. RGB value is (86,35,24). Sum of RGB (Red+Green+Blue) = 86+35+24=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562318 is #A9DCE7. Grayscale: #313131. Windows color (decimal): -11132136 or 1581910. OLE color: 1581910.

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

Color convert

RGB863524-
CMYK00.590.720.66
HSL10.65º56.36%21.57%-
HSV(B)10.65º72.09%33.73%-
XYZ4.63.251.25-
YUV49113.9154.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=59.31%
G=24.14%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86352400.590.720.6610.6556.3621.57
Hex56231803B4842b3816
Octal1264330073110102137026
Binary101011010001111000011101110010001000010101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562318; }

 p { color: rgb(86,35,24); }

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

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

 a { background-color: rgb(86,35,24); }

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

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

 span { border-color: rgb(86,35,24); }

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