#582F1E

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

Shades of Indian Tan #582F1E

Tints of Indian Tan #582F1E

Color information

#582F1E (or 0x582F1E) is unknown color: approx Indian Tan. HEX triplet: 58, 2F and 1E. RGB value is (88,47,30). Sum of RGB (Red+Green+Blue) = 88+47+30=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #582F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F1E is #A7D0E1. Grayscale: #393939. Windows color (decimal): -10997986 or 1978200. OLE color: 1978200.

HSL color Cylindrical-coordinate representation of color #582F1E: hue angle of 17.59º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582F1E is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB884730-
CMYK00.470.660.65
HSL17.59º49.15%23.14%-
HSV(B)17.59º65.91%34.51%-
XYZ5.284.21.76-
YUV57.32112.58149.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=53.33%
G=28.48%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88473000.470.660.6517.5949.1523.14
Hex582F1E02F4241123117
Octal1305736057102101226127
Binary1011000101111111100101111100001010000011001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F1E; }

 p { color: rgb(88,47,30); }

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

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

 a { background-color: rgb(88,47,30); }

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

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

 span { border-color: rgb(88,47,30); }

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