#592216

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

Shades of Caput Mortuum #592216

Tints of Caput Mortuum #592216

Color information

#592216 (or 0x592216) is unknown color: approx Caput Mortuum. HEX triplet: 59, 22 and 16. RGB value is (89,34,22). Sum of RGB (Red+Green+Blue) = 89+34+22=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #592216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592216 is #A6DDE9. Grayscale: #313131. Windows color (decimal): -10935786 or 1450585. OLE color: 1450585.

HSL color Cylindrical-coordinate representation of color #592216: hue angle of 10.75º 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 #592216 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB893422-
CMYK00.620.750.65
HSL10.75º60.36%21.76%-
HSV(B)10.75º75.28%34.9%-
XYZ4.843.331.15-
YUV49.08112.72156.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=61.38%
G=23.45%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89342200.620.750.6510.7560.3621.76
Hex59221603E4B41b3c16
Octal1314226076113101137426
Binary101100110001010110011111010010111000001101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592216; }

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

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

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

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

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

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

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

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