#562A25

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

Shades of Caput Mortuum #562A25

Tints of Caput Mortuum #562A25

Color information

#562A25 (or 0x562A25) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2A and 25. RGB value is (86,42,37). Sum of RGB (Red+Green+Blue) = 86+42+37=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #562A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A25 is #A9D5DA. Grayscale: #363636. Windows color (decimal): -11130331 or 2435670. OLE color: 2435670.

HSL color Cylindrical-coordinate representation of color #562A25: hue angle of 6.12º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562A25 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB864237-
CMYK00.510.570.66
HSL6.12º39.84%24.12%-
HSV(B)6.12º56.98%33.73%-
XYZ53.772.21-
YUV54.59118.08150.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=52.12%
G=25.45%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86423700.510.570.666.1239.8424.12
Hex562A25033394262818
Octal12652450637110265030
Binary10101101010101001010110011111001100001011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562A25; }

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

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

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

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

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

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

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

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