Html Css Color HEX #502C1F Indian Tan

📋 copy color: '#502C1F'

red 80 ◦ green 44 ◦ blue 31

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

Shades of Indian Tan #502C1F

Tints of Indian Tan #502C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.39%

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

R = 51.61%
G = 28.39%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#502C1F (or 0x502C1F) is known color: Indian Tan. HEX triplet: 50, 2C and 1F. RGB value is (80,44,31). Sum of RGB (Red+Green+Blue) = 80+44+31=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #502C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C1F is #AFD3E0. Grayscale: #353535. Windows color (decimal): -11523041 or 2042960. OLE color: 2042960.

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

Color convert

RGB 80 44 31 -
CMYK 0 0.45 0.61 0.69
HSL 15.92º 0.44% 0.22% -
HSV(B) 15.92º 0.61% 0.31% -
XYZ 4.46 3.61 1.76 -
YUV 53.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 80 44 31 0 0.45 0.61 0.69 15.92 0.44 0.22
Hex 50 2C 1F 0 2D 3D 45 10 2C 16
Octal 120 54 37 0 55 75 105 20 54 26
Binary 1010000 101100 11111 0 101101 111101 1000101 10000 101100 10110

Color Harmonies of #502C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C1F

Black with #502C1F

Text Example


Text Example

White with #502C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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