Html Css Color HEX #502C14 Indian Tan

📋 copy color: '#502C14'

red 80 ◦ green 44 ◦ blue 20

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

Shades of Indian Tan #502C14

Tints of Indian Tan #502C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 55.56%
G = 30.56%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#502C14 (or 0x502C14) is known color: Indian Tan. HEX triplet: 50, 2C and 14. RGB value is (80,44,20). Sum of RGB (Red+Green+Blue) = 80+44+20=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C14 is #AFD3EB. Grayscale: #343434. Windows color (decimal): -11523052 or 1322064. OLE color: 1322064.

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

Color convert

RGB 80 44 20 -
CMYK 0 0.45 0.75 0.69
HSL 24º 0.6% 0.2% -
HSV(B) 24º 0.75% 0.31% -
XYZ 4.34 3.56 1.12 -
YUV 52.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 80 44 20 0 0.45 0.75 0.69 24 0.6 0.2
Hex 50 2C 14 0 2D 4B 45 18 3C 14
Octal 120 54 24 0 55 113 105 30 74 24
Binary 1010000 101100 10100 0 101101 1001011 1000101 11000 111100 10100

Color Harmonies of #502C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C14

Black with #502C14

Text Example


Text Example

White with #502C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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