Html Css Color HEX #502517 Indian Tan

📋 copy color: '#502517'

red 80 ◦ green 37 ◦ blue 23

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

Shades of Indian Tan #502517

Tints of Indian Tan #502517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 57.14%
G = 26.43%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#502517 (or 0x502517) is known color: Indian Tan. HEX triplet: 50, 25 and 17. RGB value is (80,37,23). Sum of RGB (Red+Green+Blue) = 80+37+23=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #502517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502517 is #AFDAE8. Grayscale: #303030. Windows color (decimal): -11524841 or 1516880. OLE color: 1516880.

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

Color convert

RGB 80 37 23 -
CMYK 0 0.54 0.71 0.69
HSL 14.74º 0.55% 0.2% -
HSV(B) 14.74º 0.71% 0.31% -
XYZ 4.12 3.09 1.19 -
YUV 48.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 80 37 23 0 0.54 0.71 0.69 14.74 0.55 0.2
Hex 50 25 17 0 36 47 45 F 37 14
Octal 120 45 27 0 66 107 105 17 67 24
Binary 1010000 100101 10111 0 110110 1000111 1000101 1111 110111 10100

Color Harmonies of #502517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502517

Black with #502517

Text Example


Text Example

White with #502517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502517; }

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

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

background-color css

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

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

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

border-color css

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

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

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