Html Css Color HEX #502D19 Indian Tan

📋 copy color: '#502D19'

red 80 ◦ green 45 ◦ blue 25

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

Shades of Indian Tan #502D19

Tints of Indian Tan #502D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30%

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

R = 53.33%
G = 30%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#502D19 (or 0x502D19) is known color: Indian Tan. HEX triplet: 50, 2D and 19. RGB value is (80,45,25). Sum of RGB (Red+Green+Blue) = 80+45+25=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #502D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D19 is #AFD2E6. Grayscale: #353535. Windows color (decimal): -11522791 or 1650000. OLE color: 1650000.

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

Color convert

RGB 80 45 25 -
CMYK 0 0.44 0.69 0.69
HSL 21.82º 0.52% 0.21% -
HSV(B) 21.82º 0.69% 0.31% -
XYZ 4.42 3.65 1.39 -
YUV 53.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 80 45 25 0 0.44 0.69 0.69 21.82 0.52 0.21
Hex 50 2D 19 0 2C 45 45 16 34 15
Octal 120 55 31 0 54 105 105 26 64 25
Binary 1010000 101101 11001 0 101100 1000101 1000101 10110 110100 10101

Color Harmonies of #502D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D19

Black with #502D19

Text Example


Text Example

White with #502D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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