#59210E

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

Shades of Caput Mortuum #59210E

Tints of Caput Mortuum #59210E

Color information

#59210E (or 0x59210E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 21 and 0E. RGB value is (89,33,14). Sum of RGB (Red+Green+Blue) = 89+33+14=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59210E is #A6DEF1. Grayscale: #2F2F2F. Windows color (decimal): -10936050 or 926041. OLE color: 926041.

HSL color Cylindrical-coordinate representation of color #59210E: hue angle of 15.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59210E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB893314-
CMYK00.630.840.65
HSL15.2º72.82%20.2%-
HSV(B)15.2º84.27%34.9%-
XYZ4.743.240.79-
YUV47.58109.05157.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.44%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=65.44%
G=24.26%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89331400.630.840.6515.272.8220.2
Hex5921E03F5441f4914
Octal13141160771241011711124
Binary101100110000111100111111101010010000011111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,33,14); }

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

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

 a { background-color: rgb(89,33,14); }

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

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

 span { border-color: rgb(89,33,14); }

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