Html Css Color HEX #502917 Indian Tan

📋 copy color: '#502917'

red 80 ◦ green 41 ◦ blue 23

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

Shades of Indian Tan #502917

Tints of Indian Tan #502917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

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

R = 55.56%
G = 28.47%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#502917 (or 0x502917) is known color: Indian Tan. HEX triplet: 50, 29 and 17. RGB value is (80,41,23). Sum of RGB (Red+Green+Blue) = 80+41+23=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502917 is #AFD6E8. Grayscale: #323232. Windows color (decimal): -11523817 or 1517904. OLE color: 1517904.

HSL color Cylindrical-coordinate representation of color #502917: hue angle of 18.95º 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 #502917 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 23 -
CMYK 0 0.49 0.71 0.69
HSL 18.95º 0.55% 0.2% -
HSV(B) 18.95º 0.71% 0.31% -
XYZ 4.26 3.35 1.23 -
YUV 50.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 80 41 23 0 0.49 0.71 0.69 18.95 0.55 0.2
Hex 50 29 17 0 31 47 45 13 37 14
Octal 120 51 27 0 61 107 105 23 67 24
Binary 1010000 101001 10111 0 110001 1000111 1000101 10011 110111 10100

Color Harmonies of #502917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502917

Black with #502917

Text Example


Text Example

White with #502917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502917; }

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

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

background-color css

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

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

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

border-color css

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

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

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