Html Css Color HEX #582F1F Indian Tan

📋 copy color: '#582F1F'

red 88 ◦ green 47 ◦ blue 31

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

Shades of Indian Tan #582F1F

Tints of Indian Tan #582F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 53.01%
G = 28.31%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#582F1F (or 0x582F1F) is known color: Indian Tan. HEX triplet: 58, 2F and 1F. RGB value is (88,47,31). Sum of RGB (Red+Green+Blue) = 88+47+31=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #582F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F1F is #A7D0E0. Grayscale: #393939. Windows color (decimal): -10997985 or 2043736. OLE color: 2043736.

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

Color convert

RGB 88 47 31 -
CMYK 0 0.47 0.65 0.65
HSL 16.84º 0.48% 0.23% -
HSV(B) 16.84º 0.65% 0.35% -
XYZ 5.29 4.21 1.83 -
YUV 57.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 88 47 31 0 0.47 0.65 0.65 16.84 0.48 0.23
Hex 58 2F 1F 0 2F 41 41 11 30 17
Octal 130 57 37 0 57 101 101 21 60 27
Binary 1011000 101111 11111 0 101111 1000001 1000001 10001 110000 10111

Color Harmonies of #582F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F1F

Black with #582F1F

Text Example


Text Example

White with #582F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,47,31); }

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

background-color css

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

 a { background-color: rgb(88,47,31); }

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

border-color css

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

 span { border-color: rgb(88,47,31); }

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