#59231E

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

Shades of Caput Mortuum #59231E

Tints of Caput Mortuum #59231E

Color information

#59231E (or 0x59231E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 23 and 1E. RGB value is (89,35,30). Sum of RGB (Red+Green+Blue) = 89+35+30=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59231E is #A6DCE1. Grayscale: #323232. Windows color (decimal): -10935522 or 1975129. OLE color: 1975129.

HSL color Cylindrical-coordinate representation of color #59231E: hue angle of 5.08º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59231E is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB893530-
CMYK00.610.660.65
HSL5.08º49.58%23.33%-
HSV(B)5.08º66.29%34.9%-
XYZ4.963.421.63-
YUV50.58116.39155.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=57.79%
G=22.73%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89353000.610.660.655.0849.5823.33
Hex59231E03D424153217
Octal131433607510210156227
Binary10110011000111111001111011000010100000110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,35,30); }

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

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

 a { background-color: rgb(89,35,30); }

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

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

 span { border-color: rgb(89,35,30); }

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