#562B25

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

Shades of Caput Mortuum #562B25

Tints of Caput Mortuum #562B25

Color information

#562B25 (or 0x562B25) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2B and 25. RGB value is (86,43,37). Sum of RGB (Red+Green+Blue) = 86+43+37=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #562B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B25 is #A9D4DA. Grayscale: #373737. Windows color (decimal): -11130075 or 2435926. OLE color: 2435926.

HSL color Cylindrical-coordinate representation of color #562B25: hue angle of 7.35º 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 #562B25 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB864337-
CMYK00.500.570.66
HSL7.35º39.84%24.12%-
HSV(B)7.35º56.98%33.73%-
XYZ5.043.842.23-
YUV55.17117.75149.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=51.81%
G=25.90%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86433700.500.570.667.3539.8424.12
Hex562B25032394272818
Octal12653450627110275030
Binary10101101010111001010110010111001100001011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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