#59281E

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

Shades of Caput Mortuum #59281E

Tints of Caput Mortuum #59281E

Color information

#59281E (or 0x59281E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 28 and 1E. RGB value is (89,40,30). Sum of RGB (Red+Green+Blue) = 89+40+30=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #59281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59281E is #A6D7E1. Grayscale: #353535. Windows color (decimal): -10934242 or 1976409. OLE color: 1976409.

HSL color Cylindrical-coordinate representation of color #59281E: hue angle of 10.17º 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 #59281E is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB894030-
CMYK00.550.660.65
HSL10.17º49.58%23.33%-
HSV(B)10.17º66.29%34.9%-
XYZ5.113.741.68-
YUV53.51114.73153.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=55.97%
G=25.16%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89403000.550.660.6510.1749.5823.33
Hex59281E0374241a3217
Octal1315036067102101126227
Binary101100110100011110011011110000101000001101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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