#582E1C

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

Shades of Indian Tan #582E1C

Tints of Indian Tan #582E1C

Color information

#582E1C (or 0x582E1C) is unknown color: approx Indian Tan. HEX triplet: 58, 2E and 1C. RGB value is (88,46,28). Sum of RGB (Red+Green+Blue) = 88+46+28=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E1C is #A7D1E3. Grayscale: #383838. Windows color (decimal): -10998244 or 1846872. OLE color: 1846872.

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

Color convert

RGB884628-
CMYK00.480.680.65
HSL18º51.72%22.75%-
HSV(B)18º68.18%34.51%-
XYZ5.214.111.62-
YUV56.51111.91150.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=54.32%
G=28.40%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88462800.480.680.651851.7222.75
Hex582E1C0304441123417
Octal1305634060104101226427
Binary1011000101110111000110000100010010000011001011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,46,28); }

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

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

 a { background-color: rgb(88,46,28); }

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

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

 span { border-color: rgb(88,46,28); }

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