Html Css Color HEX #502510 Indian Tan

📋 copy color: '#502510'

red 80 ◦ green 37 ◦ blue 16

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

Shades of Indian Tan #502510

Tints of Indian Tan #502510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 60.15%
G = 27.82%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#502510 (or 0x502510) is known color: Indian Tan. HEX triplet: 50, 25 and 10. RGB value is (80,37,16). Sum of RGB (Red+Green+Blue) = 80+37+16=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502510 is #AFDAEF. Grayscale: #2F2F2F. Windows color (decimal): -11524848 or 1058128. OLE color: 1058128.

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

Color convert

RGB 80 37 16 -
CMYK 0 0.54 0.80 0.69
HSL 19.69º 0.67% 0.19% -
HSV(B) 19.69º 0.8% 0.31% -
XYZ 4.06 3.07 0.87 -
YUV 47.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 80 37 16 0 0.54 0.80 0.69 19.69 0.67 0.19
Hex 50 25 10 0 36 50 45 14 43 13
Octal 120 45 20 0 66 120 105 24 103 23
Binary 1010000 100101 10000 0 110110 1010000 1000101 10100 1000011 10011

Color Harmonies of #502510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502510

Black with #502510

Text Example


Text Example

White with #502510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502510; }

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

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

background-color css

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

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

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

border-color css

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

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

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