#562B1E

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

Shades of Caput Mortuum #562B1E

Tints of Caput Mortuum #562B1E

Color information

#562B1E (or 0x562B1E) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2B and 1E. RGB value is (86,43,30). Sum of RGB (Red+Green+Blue) = 86+43+30=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #562B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B1E is #A9D4E1. Grayscale: #363636. Windows color (decimal): -11130082 or 1977174. OLE color: 1977174.

HSL color Cylindrical-coordinate representation of color #562B1E: hue angle of 13.93º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #562B1E is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB864330-
CMYK00.500.650.66
HSL13.93º48.28%22.75%-
HSV(B)13.93º65.12%33.73%-
XYZ4.943.81.7-
YUV54.38114.25150.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=54.09%
G=27.04%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86433000.500.650.6613.9348.2822.75
Hex562B1E0324142e3017
Octal1265336062101102166027
Binary101011010101111110011001010000011000010111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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