Html Css Color HEX #502816 Indian Tan

📋 copy color: '#502816'

red 80 ◦ green 40 ◦ blue 22

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

Shades of Indian Tan #502816

Tints of Indian Tan #502816

RGB

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

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

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

R = 56.34%
G = 28.17%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#502816 (or 0x502816) is known color: Indian Tan. HEX triplet: 50, 28 and 16. RGB value is (80,40,22). Sum of RGB (Red+Green+Blue) = 80+40+22=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #502816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502816 is #AFD7E9. Grayscale: #323232. Windows color (decimal): -11524074 or 1452112. OLE color: 1452112.

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

Color convert

RGB 80 40 22 -
CMYK 0 0.5 0.72 0.69
HSL 18.62º 0.57% 0.2% -
HSV(B) 18.62º 0.73% 0.31% -
XYZ 4.21 3.28 1.17 -
YUV 49.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 80 40 22 0 0.5 0.72 0.69 18.62 0.57 0.2
Hex 50 28 16 0 32 48 45 13 39 14
Octal 120 50 26 0 62 110 105 23 71 24
Binary 1010000 101000 10110 0 110010 1001000 1000101 10011 111001 10100

Color Harmonies of #502816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502816

Black with #502816

Text Example


Text Example

White with #502816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502816; }

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

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

background-color css

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

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

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

border-color css

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

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

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