#592B1B

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

Shades of Caput Mortuum #592B1B

Tints of Caput Mortuum #592B1B

Color information

#592B1B (or 0x592B1B) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2B and 1B. RGB value is (89,43,27). Sum of RGB (Red+Green+Blue) = 89+43+27=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #592B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B1B is #A6D4E4. Grayscale: #373737. Windows color (decimal): -10933477 or 1780569. OLE color: 1780569.

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

Color convert

RGB894327-
CMYK00.520.700.65
HSL15.48º53.45%22.75%-
HSV(B)15.48º69.66%34.9%-
XYZ5.183.931.52-
YUV54.93112.24152.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=55.97%
G=27.04%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89432700.520.700.6515.4853.4522.75
Hex592B1B0344641f3517
Octal1315333064106101176527
Binary101100110101111011011010010001101000001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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