#59220F

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

Shades of Caput Mortuum #59220F

Tints of Caput Mortuum #59220F

Color information

#59220F (or 0x59220F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 22 and 0F. RGB value is (89,34,15). Sum of RGB (Red+Green+Blue) = 89+34+15=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59220F is #A6DDF0. Grayscale: #303030. Windows color (decimal): -10935793 or 991833. OLE color: 991833.

HSL color Cylindrical-coordinate representation of color #59220F: hue angle of 15.41º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59220F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB893415-
CMYK00.620.830.65
HSL15.41º71.15%20.39%-
HSV(B)15.41º83.15%34.9%-
XYZ4.783.30.84-
YUV48.28109.22157.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=64.49%
G=24.64%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89341500.620.830.6515.4171.1520.39
Hex5922F03E5341f4714
Octal13142170761231011710724
Binary101100110001011110111110101001110000011111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59220F; }

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

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

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

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

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

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

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

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