Html Css Color HEX #502C17 Indian Tan

📋 copy color: '#502C17'

red 80 ◦ green 44 ◦ blue 23

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

Shades of Indian Tan #502C17

Tints of Indian Tan #502C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.65%

R = 54.42%
G = 29.93%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#502C17 (or 0x502C17) is known color: Indian Tan. HEX triplet: 50, 2C and 17. RGB value is (80,44,23). Sum of RGB (Red+Green+Blue) = 80+44+23=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #502C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C17 is #AFD3E8. Grayscale: #343434. Windows color (decimal): -11523049 or 1518672. OLE color: 1518672.

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

Color convert

RGB 80 44 23 -
CMYK 0 0.45 0.71 0.69
HSL 22.11º 0.55% 0.2% -
HSV(B) 22.11º 0.71% 0.31% -
XYZ 4.36 3.57 1.27 -
YUV 52.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 80 44 23 0 0.45 0.71 0.69 22.11 0.55 0.2
Hex 50 2C 17 0 2D 47 45 16 37 14
Octal 120 54 27 0 55 107 105 26 67 24
Binary 1010000 101100 10111 0 101101 1000111 1000101 10110 110111 10100

Color Harmonies of #502C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C17

Black with #502C17

Text Example


Text Example

White with #502C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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