Html Css Color HEX #582D1B Indian Tan

📋 copy color: '#582D1B'

red 88 ◦ green 45 ◦ blue 27

#582D1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #582D1B

Tints of Indian Tan #582D1B

RGB

 RED value IS 88 (34.77% from 255) = 55%

 GREEN value IS 45 (17.97% from 255) = 28.13%

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 55%
G = 28.13%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#582D1B (or 0x582D1B) is known color: Indian Tan. HEX triplet: 58, 2D and 1B. RGB value is (88,45,27). Sum of RGB (Red+Green+Blue) = 88+45+27=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D1B is #A7D2E4. Grayscale: #373737. Windows color (decimal): -10998501 or 1781080. OLE color: 1781080.

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

Color convert

RGB 88 45 27 -
CMYK 0 0.49 0.69 0.65
HSL 17.7º 0.53% 0.23% -
HSV(B) 17.7º 0.69% 0.35% -
XYZ 5.16 4.03 1.54 -
YUV 55.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 88 45 27 0 0.49 0.69 0.65 17.7 0.53 0.23
Hex 58 2D 1B 0 31 45 41 12 35 17
Octal 130 55 33 0 61 105 101 22 65 27
Binary 1011000 101101 11011 0 110001 1000101 1000001 10010 110101 10111

Color Harmonies of #582D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D1B

Black with #582D1B

Text Example


Text Example

White with #582D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #582D1B;
 }
 .AnyTagClassName
 {
   color: #582D1B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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