Html Css Color HEX #502913 Indian Tan

📋 copy color: '#502913'

red 80 ◦ green 41 ◦ blue 19

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

Shades of Indian Tan #502913

Tints of Indian Tan #502913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 57.14%
G = 29.29%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#502913 (or 0x502913) is known color: Indian Tan. HEX triplet: 50, 29 and 13. RGB value is (80,41,19). Sum of RGB (Red+Green+Blue) = 80+41+19=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #502913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502913 is #AFD6EC. Grayscale: #323232. Windows color (decimal): -11523821 or 1255760. OLE color: 1255760.

HSL color Cylindrical-coordinate representation of color #502913: hue angle of 21.64º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502913 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 19 -
CMYK 0 0.49 0.76 0.69
HSL 21.64º 0.62% 0.19% -
HSV(B) 21.64º 0.76% 0.31% -
XYZ 4.22 3.34 1.04 -
YUV 50.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 80 41 19 0 0.49 0.76 0.69 21.64 0.62 0.19
Hex 50 29 13 0 31 4C 45 16 3E 13
Octal 120 51 23 0 61 114 105 26 76 23
Binary 1010000 101001 10011 0 110001 1001100 1000101 10110 111110 10011

Color Harmonies of #502913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502913

Black with #502913

Text Example


Text Example

White with #502913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502913; }

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

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

background-color css

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

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

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

border-color css

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

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

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