#56231A

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

Shades of Caput Mortuum #56231A

Tints of Caput Mortuum #56231A

Color information

#56231A (or 0x56231A) is unknown color: approx Caput Mortuum. HEX triplet: 56, 23 and 1A. RGB value is (86,35,26). Sum of RGB (Red+Green+Blue) = 86+35+26=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56231A is #A9DCE5. Grayscale: #313131. Windows color (decimal): -11132134 or 1712982. OLE color: 1712982.

HSL color Cylindrical-coordinate representation of color #56231A: hue angle of 9º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56231A is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB863526-
CMYK00.590.700.66
HSL53.57%21.96%-
HSV(B)69.77%33.73%-
XYZ4.633.261.36-
YUV49.22114.9154.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=58.50%
G=23.81%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86352600.590.700.66953.5721.96
Hex56231A03B464293616
Octal1264332073106102116626
Binary101011010001111010011101110001101000010100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56231A; }

 p { color: rgb(86,35,26); }

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

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

 a { background-color: rgb(86,35,26); }

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

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

 span { border-color: rgb(86,35,26); }

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