Html Css Color HEX #502009 Indian Tan

📋 copy color: '#502009'

red 80 ◦ green 32 ◦ blue 9

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

Shades of Indian Tan #502009

Tints of Indian Tan #502009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 9 (3.91% from 255) = 7.44%

R = 66.12%
G = 26.45%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#502009 (or 0x502009) is known color: Indian Tan. HEX triplet: 50, 20 and 09. RGB value is (80,32,9). Sum of RGB (Red+Green+Blue) = 80+32+9=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #502009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502009 is #AFDFF6. Grayscale: #2B2B2B. Windows color (decimal): -11526135 or 598096. OLE color: 598096.

HSL color Cylindrical-coordinate representation of color #502009: hue angle of 19.44º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #502009 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 9 -
CMYK 0 0.60 0.89 0.69
HSL 19.44º 0.8% 0.17% -
HSV(B) 19.44º 0.89% 0.31% -
XYZ 3.87 2.76 0.59 -
YUV 43.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 80 32 9 0 0.60 0.89 0.69 19.44 0.8 0.17
Hex 50 20 9 0 3C 59 45 13 50 11
Octal 120 40 11 0 74 131 105 23 120 21
Binary 1010000 100000 1001 0 111100 1011001 1000101 10011 1010000 10001

Color Harmonies of #502009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502009

Black with #502009

Text Example


Text Example

White with #502009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502009; }

 p { color: rgb(80,32,9); }

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

background-color css

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

 a { background-color: rgb(80,32,9); }

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

border-color css

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

 span { border-color: rgb(80,32,9); }

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