Html Css Color HEX #502C1D Indian Tan

📋 copy color: '#502C1D'

red 80 ◦ green 44 ◦ blue 29

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

Shades of Indian Tan #502C1D

Tints of Indian Tan #502C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 52.29%
G = 28.76%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#502C1D (or 0x502C1D) is known color: Indian Tan. HEX triplet: 50, 2C and 1D. RGB value is (80,44,29). Sum of RGB (Red+Green+Blue) = 80+44+29=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #502C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C1D is #AFD3E2. Grayscale: #353535. Windows color (decimal): -11523043 or 1911888. OLE color: 1911888.

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

Color convert

RGB 80 44 29 -
CMYK 0 0.45 0.64 0.69
HSL 17.65º 0.47% 0.21% -
HSV(B) 17.65º 0.64% 0.31% -
XYZ 4.43 3.6 1.62 -
YUV 53.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 80 44 29 0 0.45 0.64 0.69 17.65 0.47 0.21
Hex 50 2C 1D 0 2D 40 45 12 2F 15
Octal 120 54 35 0 55 100 105 22 57 25
Binary 1010000 101100 11101 0 101101 1000000 1000101 10010 101111 10101

Color Harmonies of #502C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C1D

Black with #502C1D

Text Example


Text Example

White with #502C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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