#56241E

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

Shades of Caput Mortuum #56241E

Tints of Caput Mortuum #56241E

Color information

#56241E (or 0x56241E) is unknown color: approx Caput Mortuum. HEX triplet: 56, 24 and 1E. RGB value is (86,36,30). Sum of RGB (Red+Green+Blue) = 86+36+30=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56241E is #A9DBE1. Grayscale: #323232. Windows color (decimal): -11131874 or 1975382. OLE color: 1975382.

HSL color Cylindrical-coordinate representation of color #56241E: hue angle of 6.43º 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 #56241E is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB863630-
CMYK00.580.650.66
HSL6.43º48.28%22.75%-
HSV(B)6.43º65.12%33.73%-
XYZ4.73.331.62-
YUV50.27116.56153.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=56.58%
G=23.68%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86363000.580.650.666.4348.2822.75
Hex56241E03A414263017
Octal126443607210110266027
Binary10101101001001111001110101000001100001011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56241E; }

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

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

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

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

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

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

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

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