#582C1A

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

Shades of Indian Tan #582C1A

Tints of Indian Tan #582C1A

Color information

#582C1A (or 0x582C1A) is unknown color: approx Indian Tan. HEX triplet: 58, 2C and 1A. RGB value is (88,44,26). Sum of RGB (Red+Green+Blue) = 88+44+26=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #582C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C1A is #A7D3E5. Grayscale: #373737. Windows color (decimal): -10998758 or 1715288. OLE color: 1715288.

HSL color Cylindrical-coordinate representation of color #582C1A: hue angle of 17.42º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582C1A is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB884426-
CMYK00.50.700.65
HSL17.42º54.39%22.35%-
HSV(B)17.42º70.45%34.51%-
XYZ5.113.951.47-
YUV55.1111.58151.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=55.70%
G=27.85%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88442600.50.700.6517.4254.3922.35
Hex582C1A0324641113616
Octal1305432062106101216626
Binary1011000101100110100110010100011010000011000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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