#582D1D

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

Shades of Indian Tan #582D1D

Tints of Indian Tan #582D1D

Color information

#582D1D (or 0x582D1D) is unknown color: approx Indian Tan. HEX triplet: 58, 2D and 1D. RGB value is (88,45,29). Sum of RGB (Red+Green+Blue) = 88+45+29=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D1D is #A7D2E2. Grayscale: #383838. Windows color (decimal): -10998499 or 1912152. OLE color: 1912152.

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

Color convert

RGB884529-
CMYK00.490.670.65
HSL16.27º50.43%22.94%-
HSV(B)16.27º67.05%34.51%-
XYZ5.184.041.67-
YUV56.03112.75150.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=54.32%
G=27.78%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88452900.490.670.6516.2750.4322.94
Hex582D1D0314341103217
Octal1305535061103101206227
Binary1011000101101111010110001100001110000011000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,29); }

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

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

 a { background-color: rgb(88,45,29); }

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

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

 span { border-color: rgb(88,45,29); }

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