Html Css Color HEX #502916 Indian Tan

📋 copy color: '#502916'

red 80 ◦ green 41 ◦ blue 22

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

Shades of Indian Tan #502916

Tints of Indian Tan #502916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

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

R = 55.94%
G = 28.67%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#502916 (or 0x502916) is known color: Indian Tan. HEX triplet: 50, 29 and 16. RGB value is (80,41,22). Sum of RGB (Red+Green+Blue) = 80+41+22=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502916 is #AFD6E9. Grayscale: #323232. Windows color (decimal): -11523818 or 1452368. OLE color: 1452368.

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

Color convert

RGB 80 41 22 -
CMYK 0 0.49 0.72 0.69
HSL 19.66º 0.57% 0.2% -
HSV(B) 19.66º 0.73% 0.31% -
XYZ 4.25 3.35 1.18 -
YUV 50.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 80 41 22 0 0.49 0.72 0.69 19.66 0.57 0.2
Hex 50 29 16 0 31 48 45 14 39 14
Octal 120 51 26 0 61 110 105 24 71 24
Binary 1010000 101001 10110 0 110001 1001000 1000101 10100 111001 10100

Color Harmonies of #502916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502916

Black with #502916

Text Example


Text Example

White with #502916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502916; }

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

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

background-color css

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

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

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

border-color css

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

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

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