#592A1F

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

Shades of Caput Mortuum #592A1F

Tints of Caput Mortuum #592A1F

Color information

#592A1F (or 0x592A1F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2A and 1F. RGB value is (89,42,31). Sum of RGB (Red+Green+Blue) = 89+42+31=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #592A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A1F is #A6D5E0. Grayscale: #363636. Windows color (decimal): -10933729 or 2042457. OLE color: 2042457.

HSL color Cylindrical-coordinate representation of color #592A1F: hue angle of 11.38º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #592A1F is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB894231-
CMYK00.530.650.65
HSL11.38º48.33%23.53%-
HSV(B)11.38º65.17%34.9%-
XYZ5.23.881.77-
YUV54.8114.57152.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=54.94%
G=25.93%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89423100.530.650.6511.3848.3323.53
Hex592A1F0354141b3018
Octal1315237065101101136030
Binary101100110101011111011010110000011000001101111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A1F; }

 p { color: rgb(89,42,31); }

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

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

 a { background-color: rgb(89,42,31); }

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

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

 span { border-color: rgb(89,42,31); }

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