Html Css Color HEX #58301F Indian Tan

📋 copy color: '#58301F'

red 88 ◦ green 48 ◦ blue 31

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

Shades of Indian Tan #58301F

Tints of Indian Tan #58301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

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

R = 52.69%
G = 28.74%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58301F (or 0x58301F) is known color: Indian Tan. HEX triplet: 58, 30 and 1F. RGB value is (88,48,31). Sum of RGB (Red+Green+Blue) = 88+48+31=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58301F is #A7CFE0. Grayscale: #3A3A3A. Windows color (decimal): -10997729 or 2043992. OLE color: 2043992.

HSL color Cylindrical-coordinate representation of color #58301F: hue angle of 17.89º 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 #58301F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 31 -
CMYK 0 0.45 0.65 0.65
HSL 17.89º 0.48% 0.23% -
HSV(B) 17.89º 0.65% 0.35% -
XYZ 5.33 4.29 1.84 -
YUV 58.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 88 48 31 0 0.45 0.65 0.65 17.89 0.48 0.23
Hex 58 30 1F 0 2D 41 41 12 30 17
Octal 130 60 37 0 55 101 101 22 60 27
Binary 1011000 110000 11111 0 101101 1000001 1000001 10010 110000 10111

Color Harmonies of #58301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58301F

Black with #58301F

Text Example


Text Example

White with #58301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58301F; }

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

 H1.HeaderClassName
 {
   color: #58301F;
 }
 .AnyTagClassName
 {
   color: #58301F;
 }
</style>

background-color css

<style>
 a { background-color: #58301F; }

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

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

border-color css

<style>
 span { border-color: #58301F; }

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

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