Html Css Color HEX #582E1E Indian Tan

📋 copy color: '#582E1E'

red 88 ◦ green 46 ◦ blue 30

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

Shades of Indian Tan #582E1E

Tints of Indian Tan #582E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.05%

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 53.66%
G = 28.05%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#582E1E (or 0x582E1E) is known color: Indian Tan. HEX triplet: 58, 2E and 1E. RGB value is (88,46,30). Sum of RGB (Red+Green+Blue) = 88+46+30=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #582E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E1E is #A7D1E1. Grayscale: #383838. Windows color (decimal): -10998242 or 1977944. OLE color: 1977944.

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

Color convert

RGB 88 46 30 -
CMYK 0 0.48 0.66 0.65
HSL 16.55º 0.49% 0.23% -
HSV(B) 16.55º 0.66% 0.35% -
XYZ 5.24 4.12 1.75 -
YUV 56.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 88 46 30 0 0.48 0.66 0.65 16.55 0.49 0.23
Hex 58 2E 1E 0 30 42 41 11 31 17
Octal 130 56 36 0 60 102 101 21 61 27
Binary 1011000 101110 11110 0 110000 1000010 1000001 10001 110001 10111

Color Harmonies of #582E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E1E

Black with #582E1E

Text Example


Text Example

White with #582E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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