#592F1F

Color #592F1F Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #592F1F

Tints of Indian Tan #592F1F

Color information

#592F1F (or 0x592F1F) is unknown color: approx Indian Tan. HEX triplet: 59, 2F and 1F. RGB value is (89,47,31). Sum of RGB (Red+Green+Blue) = 89+47+31=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #592F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592F1F is #A6D0E0. Grayscale: #393939. Windows color (decimal): -10932449 or 2043737. OLE color: 2043737.

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

Color convert

RGB894731-
CMYK00.470.650.65
HSL16.55º48.33%23.53%-
HSV(B)16.55º65.17%34.9%-
XYZ5.384.261.83-
YUV57.73112.91150.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=53.29%
G=28.14%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89473100.470.650.6516.5548.3323.53
Hex592F1F02F4141113018
Octal1315737057101101216030
Binary1011001101111111110101111100000110000011000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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