Html Css Color HEX #502411 Indian Tan

📋 copy color: '#502411'

red 80 ◦ green 36 ◦ blue 17

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

Shades of Indian Tan #502411

Tints of Indian Tan #502411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.07%

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

R = 60.15%
G = 27.07%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#502411 (or 0x502411) is known color: Indian Tan. HEX triplet: 50, 24 and 11. RGB value is (80,36,17). Sum of RGB (Red+Green+Blue) = 80+36+17=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502411 is #AFDBEE. Grayscale: #2F2F2F. Windows color (decimal): -11525103 or 1123408. OLE color: 1123408.

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

Color convert

RGB 80 36 17 -
CMYK 0 0.55 0.79 0.69
HSL 18.1º 0.65% 0.19% -
HSV(B) 18.1º 0.79% 0.31% -
XYZ 4.04 3.01 0.9 -
YUV 46.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 80 36 17 0 0.55 0.79 0.69 18.1 0.65 0.19
Hex 50 24 11 0 37 4F 45 12 41 13
Octal 120 44 21 0 67 117 105 22 101 23
Binary 1010000 100100 10001 0 110111 1001111 1000101 10010 1000001 10011

Color Harmonies of #502411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502411

Black with #502411

Text Example


Text Example

White with #502411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502411; }

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

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

background-color css

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

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

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

border-color css

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

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

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