#562213

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

Shades of Caput Mortuum #562213

Tints of Caput Mortuum #562213

Color information

#562213 (or 0x562213) is unknown color: approx Caput Mortuum. HEX triplet: 56, 22 and 13. RGB value is (86,34,19). Sum of RGB (Red+Green+Blue) = 86+34+19=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #562213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562213 is #A9DDEC. Grayscale: #2F2F2F. Windows color (decimal): -11132397 or 1253974. OLE color: 1253974.

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

Color convert

RGB863419-
CMYK00.600.780.66
HSL13.43º63.81%20.59%-
HSV(B)13.43º77.91%33.73%-
XYZ4.533.170.99-
YUV47.84111.73155.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.87%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=61.87%
G=24.46%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86341900.600.780.6613.4363.8120.59
Hex56221303C4E42d4015
Octal12642230741161021510025
Binary1010110100010100110111100100111010000101101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562213; }

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

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

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

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

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

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

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

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