Html Css Color HEX #502811 Indian Tan

📋 copy color: '#502811'

red 80 ◦ green 40 ◦ blue 17

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

Shades of Indian Tan #502811

Tints of Indian Tan #502811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.2%

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

R = 58.39%
G = 29.2%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#502811 (or 0x502811) is known color: Indian Tan. HEX triplet: 50, 28 and 11. RGB value is (80,40,17). Sum of RGB (Red+Green+Blue) = 80+40+17=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #502811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502811 is #AFD7EE. Grayscale: #313131. Windows color (decimal): -11524079 or 1124432. OLE color: 1124432.

HSL color Cylindrical-coordinate representation of color #502811: hue angle of 21.9º 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 #502811 is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 17 -
CMYK 0 0.5 0.79 0.69
HSL 21.9º 0.65% 0.19% -
HSV(B) 21.9º 0.79% 0.31% -
XYZ 4.17 3.26 0.94 -
YUV 49.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 80 40 17 0 0.5 0.79 0.69 21.9 0.65 0.19
Hex 50 28 11 0 32 4F 45 16 41 13
Octal 120 50 21 0 62 117 105 26 101 23
Binary 1010000 101000 10001 0 110010 1001111 1000101 10110 1000001 10011

Color Harmonies of #502811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502811

Black with #502811

Text Example


Text Example

White with #502811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502811; }

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

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

background-color css

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

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

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

border-color css

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

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

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