Html Css Color HEX #502815 Indian Tan

📋 copy color: '#502815'

red 80 ◦ green 40 ◦ blue 21

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

Shades of Indian Tan #502815

Tints of Indian Tan #502815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 56.74%
G = 28.37%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#502815 (or 0x502815) is known color: Indian Tan. HEX triplet: 50, 28 and 15. RGB value is (80,40,21). Sum of RGB (Red+Green+Blue) = 80+40+21=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #502815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502815 is #AFD7EA. Grayscale: #313131. Windows color (decimal): -11524075 or 1386576. OLE color: 1386576.

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

Color convert

RGB 80 40 21 -
CMYK 0 0.5 0.74 0.69
HSL 19.32º 0.58% 0.2% -
HSV(B) 19.32º 0.74% 0.31% -
XYZ 4.2 3.28 1.12 -
YUV 49.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 80 40 21 0 0.5 0.74 0.69 19.32 0.58 0.2
Hex 50 28 15 0 32 4A 45 13 3A 14
Octal 120 50 25 0 62 112 105 23 72 24
Binary 1010000 101000 10101 0 110010 1001010 1000101 10011 111010 10100

Color Harmonies of #502815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502815

Black with #502815

Text Example


Text Example

White with #502815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502815; }

 p { color: rgb(80,40,21); }

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

background-color css

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

 a { background-color: rgb(80,40,21); }

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

border-color css

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

 span { border-color: rgb(80,40,21); }

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