#582D1E

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

Shades of Indian Tan #582D1E

Tints of Indian Tan #582D1E

Color information

#582D1E (or 0x582D1E) is unknown color: approx Indian Tan. HEX triplet: 58, 2D and 1E. RGB value is (88,45,30). Sum of RGB (Red+Green+Blue) = 88+45+30=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #582D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D1E is #A7D2E1. Grayscale: #383838. Windows color (decimal): -10998498 or 1977688. OLE color: 1977688.

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

Color convert

RGB884530-
CMYK00.490.660.65
HSL15.52º49.15%23.14%-
HSV(B)15.52º65.91%34.51%-
XYZ5.24.051.74-
YUV56.15113.25150.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=53.99%
G=27.61%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88453000.490.660.6515.5249.1523.14
Hex582D1E0314241103117
Octal1305536061102101206127
Binary1011000101101111100110001100001010000011000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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