#592B1F

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

Shades of Caput Mortuum #592B1F

Tints of Caput Mortuum #592B1F

Color information

#592B1F (or 0x592B1F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2B and 1F. RGB value is (89,43,31). Sum of RGB (Red+Green+Blue) = 89+43+31=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #592B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B1F is #A6D4E0. Grayscale: #373737. Windows color (decimal): -10933473 or 2042713. OLE color: 2042713.

HSL color Cylindrical-coordinate representation of color #592B1F: hue angle of 12.41º 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 #592B1F is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB894331-
CMYK00.520.650.65
HSL12.41º48.33%23.53%-
HSV(B)12.41º65.17%34.9%-
XYZ5.233.951.78-
YUV55.39114.24151.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=54.60%
G=26.38%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89433100.520.650.6512.4148.3323.53
Hex592B1F0344141c3018
Octal1315337064101101146030
Binary101100110101111111011010010000011000001110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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