Html Css Color HEX #502E19 Indian Tan

📋 copy color: '#502E19'

red 80 ◦ green 46 ◦ blue 25

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

Shades of Indian Tan #502E19

Tints of Indian Tan #502E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 25 (10.16% from 255) = 16.56%

R = 52.98%
G = 30.46%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#502E19 (or 0x502E19) is known color: Indian Tan. HEX triplet: 50, 2E and 19. RGB value is (80,46,25). Sum of RGB (Red+Green+Blue) = 80+46+25=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #502E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502E19 is #AFD1E6. Grayscale: #353535. Windows color (decimal): -11522535 or 1650256. OLE color: 1650256.

HSL color Cylindrical-coordinate representation of color #502E19: hue angle of 22.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502E19 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 25 -
CMYK 0 0.42 0.69 0.69
HSL 22.91º 0.52% 0.21% -
HSV(B) 22.91º 0.69% 0.31% -
XYZ 4.46 3.73 1.4 -
YUV 53.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 80 46 25 0 0.42 0.69 0.69 22.91 0.52 0.21
Hex 50 2E 19 0 2A 45 45 17 34 15
Octal 120 56 31 0 52 105 105 27 64 25
Binary 1010000 101110 11001 0 101010 1000101 1000101 10111 110100 10101

Color Harmonies of #502E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E19

Black with #502E19

Text Example


Text Example

White with #502E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502E19; }

 p { color: rgb(80,46,25); }

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

background-color css

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

 a { background-color: rgb(80,46,25); }

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

border-color css

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

 span { border-color: rgb(80,46,25); }

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