Html Css Color HEX #502616 Indian Tan

📋 copy color: '#502616'

red 80 ◦ green 38 ◦ blue 22

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

Shades of Indian Tan #502616

Tints of Indian Tan #502616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 57.14%
G = 27.14%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#502616 (or 0x502616) is known color: Indian Tan. HEX triplet: 50, 26 and 16. RGB value is (80,38,22). Sum of RGB (Red+Green+Blue) = 80+38+22=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #502616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502616 is #AFD9E9. Grayscale: #303030. Windows color (decimal): -11524586 or 1451600. OLE color: 1451600.

HSL color Cylindrical-coordinate representation of color #502616: hue angle of 16.55º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502616 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 22 -
CMYK 0 0.52 0.72 0.69
HSL 16.55º 0.57% 0.2% -
HSV(B) 16.55º 0.73% 0.31% -
XYZ 4.15 3.15 1.15 -
YUV 48.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 80 38 22 0 0.52 0.72 0.69 16.55 0.57 0.2
Hex 50 26 16 0 34 48 45 11 39 14
Octal 120 46 26 0 64 110 105 21 71 24
Binary 1010000 100110 10110 0 110100 1001000 1000101 10001 111001 10100

Color Harmonies of #502616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502616

Black with #502616

Text Example


Text Example

White with #502616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502616; }

 p { color: rgb(80,38,22); }

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

background-color css

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

 a { background-color: rgb(80,38,22); }

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

border-color css

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

 span { border-color: rgb(80,38,22); }

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