#582C1C

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

Shades of Indian Tan #582C1C

Tints of Indian Tan #582C1C

Color information

#582C1C (or 0x582C1C) is unknown color: approx Indian Tan. HEX triplet: 58, 2C and 1C. RGB value is (88,44,28). Sum of RGB (Red+Green+Blue) = 88+44+28=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C1C is #A7D3E3. Grayscale: #373737. Windows color (decimal): -10998756 or 1846360. OLE color: 1846360.

HSL color Cylindrical-coordinate representation of color #582C1C: hue angle of 16º 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 #582C1C is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB884428-
CMYK00.50.680.65
HSL16º51.72%22.75%-
HSV(B)16º68.18%34.51%-
XYZ5.133.961.59-
YUV55.33112.58151.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=55%
G=27.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88442800.50.680.651651.7222.75
Hex582C1C0324441103417
Octal1305434062104101206427
Binary1011000101100111000110010100010010000011000011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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