Html Css Color HEX #502D1F Indian Tan

📋 copy color: '#502D1F'

red 80 ◦ green 45 ◦ blue 31

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

Shades of Indian Tan #502D1F

Tints of Indian Tan #502D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.87%

R = 51.28%
G = 28.85%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#502D1F (or 0x502D1F) is known color: Indian Tan. HEX triplet: 50, 2D and 1F. RGB value is (80,45,31). Sum of RGB (Red+Green+Blue) = 80+45+31=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D1F is #AFD2E0. Grayscale: #353535. Windows color (decimal): -11522785 or 2043216. OLE color: 2043216.

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

Color convert

RGB 80 45 31 -
CMYK 0 0.44 0.61 0.69
HSL 17.14º 0.44% 0.22% -
HSV(B) 17.14º 0.61% 0.31% -
XYZ 4.49 3.68 1.77 -
YUV 53.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 80 45 31 0 0.44 0.61 0.69 17.14 0.44 0.22
Hex 50 2D 1F 0 2C 3D 45 11 2C 16
Octal 120 55 37 0 54 75 105 21 54 26
Binary 1010000 101101 11111 0 101100 111101 1000101 10001 101100 10110

Color Harmonies of #502D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D1F

Black with #502D1F

Text Example


Text Example

White with #502D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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