Html Css Color HEX #502511 Indian Tan

📋 copy color: '#502511'

red 80 ◦ green 37 ◦ blue 17

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

Shades of Indian Tan #502511

Tints of Indian Tan #502511

RGB

 RED value IS 80 (31.64% from 255) = 59.7%

 GREEN value IS 37 (14.84% from 255) = 27.61%

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 59.7%
G = 27.61%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#502511 (or 0x502511) is known color: Indian Tan. HEX triplet: 50, 25 and 11. RGB value is (80,37,17). Sum of RGB (Red+Green+Blue) = 80+37+17=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #502511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502511 is #AFDAEE. Grayscale: #2F2F2F. Windows color (decimal): -11524847 or 1123664. OLE color: 1123664.

HSL color Cylindrical-coordinate representation of color #502511: hue angle of 19.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502511 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 17 -
CMYK 0 0.54 0.79 0.69
HSL 19.05º 0.65% 0.19% -
HSV(B) 19.05º 0.79% 0.31% -
XYZ 4.07 3.07 0.91 -
YUV 47.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 80 37 17 0 0.54 0.79 0.69 19.05 0.65 0.19
Hex 50 25 11 0 36 4F 45 13 41 13
Octal 120 45 21 0 66 117 105 23 101 23
Binary 1010000 100101 10001 0 110110 1001111 1000101 10011 1000001 10011

Color Harmonies of #502511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502511

Black with #502511

Text Example


Text Example

White with #502511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502511; }

 p { color: rgb(80,37,17); }

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

background-color css

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

 a { background-color: rgb(80,37,17); }

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

border-color css

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

 span { border-color: rgb(80,37,17); }

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