#592114

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

Shades of Caput Mortuum #592114

Tints of Caput Mortuum #592114

Color information

#592114 (or 0x592114) is unknown color: approx Caput Mortuum. HEX triplet: 59, 21 and 14. RGB value is (89,33,20). Sum of RGB (Red+Green+Blue) = 89+33+20=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #592114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592114 is #A6DEEB. Grayscale: #303030. Windows color (decimal): -10936044 or 1319257. OLE color: 1319257.

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

Color convert

RGB893320-
CMYK00.630.780.65
HSL11.3º63.3%21.37%-
HSV(B)11.3º77.53%34.9%-
XYZ4.793.261.04-
YUV48.26112.05157.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=62.68%
G=23.24%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89332000.630.780.6511.363.321.37
Hex59211403F4E41b3f15
Octal1314124077116101137725
Binary101100110000110100011111110011101000001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592114; }

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

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

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

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

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

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

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

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