#593125

Color #593125 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #593125

Tints of Hairy Heath #593125

Color information

#593125 (or 0x593125) is unknown color: approx Hairy Heath. HEX triplet: 59, 31 and 25. RGB value is (89,49,37). Sum of RGB (Red+Green+Blue) = 89+49+37=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #593125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593125 is #A6CEDA. Grayscale: #3B3B3B. Windows color (decimal): -10931931 or 2437465. OLE color: 2437465.

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

Color convert

RGB894937-
CMYK00.450.580.65
HSL13.85º41.27%24.71%-
HSV(B)13.85º58.43%34.9%-
XYZ5.554.452.32-
YUV59.59115.25148.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=50.86%
G=28%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89493700.450.580.6513.8541.2724.71
Hex59312502D3A41e2919
Octal131614505572101165131
Binary101100111000110010101011011110101000001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593125; }

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

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

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

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

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

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

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

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