#592116

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

Shades of Caput Mortuum #592116

Tints of Caput Mortuum #592116

Color information

#592116 (or 0x592116) is unknown color: approx Caput Mortuum. HEX triplet: 59, 21 and 16. RGB value is (89,33,22). Sum of RGB (Red+Green+Blue) = 89+33+22=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #592116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592116 is #A6DEE9. Grayscale: #303030. Windows color (decimal): -10936042 or 1450329. OLE color: 1450329.

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

Color convert

RGB893322-
CMYK00.630.750.65
HSL9.85º60.36%21.76%-
HSV(B)9.85º75.28%34.9%-
XYZ4.813.271.14-
YUV48.49113.05156.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=61.81%
G=22.92%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89332200.630.750.659.8560.3621.76
Hex59211603F4B41a3c16
Octal1314126077113101127426
Binary101100110000110110011111110010111000001101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592116; }

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

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

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

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

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

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

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

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