#592514

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

Shades of Caput Mortuum #592514

Tints of Caput Mortuum #592514

Color information

#592514 (or 0x592514) is unknown color: approx Caput Mortuum. HEX triplet: 59, 25 and 14. RGB value is (89,37,20). Sum of RGB (Red+Green+Blue) = 89+37+20=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #592514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592514 is #A6DAEB. Grayscale: #323232. Windows color (decimal): -10935020 or 1320281. OLE color: 1320281.

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

Color convert

RGB893720-
CMYK00.580.780.65
HSL14.78º63.3%21.37%-
HSV(B)14.78º77.53%34.9%-
XYZ4.913.51.08-
YUV50.61110.73155.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.96%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=60.96%
G=25.34%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89372000.580.780.6514.7863.321.37
Hex59251403A4E41f3f15
Octal1314524072116101177725
Binary101100110010110100011101010011101000001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592514; }

 p { color: rgb(89,37,20); }

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

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

 a { background-color: rgb(89,37,20); }

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

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

 span { border-color: rgb(89,37,20); }

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