Html Css Color HEX #502513 Indian Tan

📋 copy color: '#502513'

red 80 ◦ green 37 ◦ blue 19

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

Shades of Indian Tan #502513

Tints of Indian Tan #502513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 58.82%
G = 27.21%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#502513 (or 0x502513) is known color: Indian Tan. HEX triplet: 50, 25 and 13. RGB value is (80,37,19). Sum of RGB (Red+Green+Blue) = 80+37+19=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502513 is #AFDAEC. Grayscale: #2F2F2F. Windows color (decimal): -11524845 or 1254736. OLE color: 1254736.

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

Color convert

RGB 80 37 19 -
CMYK 0 0.54 0.76 0.69
HSL 17.7º 0.62% 0.19% -
HSV(B) 17.7º 0.76% 0.31% -
XYZ 4.09 3.08 0.99 -
YUV 47.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 80 37 19 0 0.54 0.76 0.69 17.7 0.62 0.19
Hex 50 25 13 0 36 4C 45 12 3E 13
Octal 120 45 23 0 66 114 105 22 76 23
Binary 1010000 100101 10011 0 110110 1001100 1000101 10010 111110 10011

Color Harmonies of #502513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502513

Black with #502513

Text Example


Text Example

White with #502513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502513; }

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

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

background-color css

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

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

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

border-color css

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

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

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