Html Css Color HEX #502611 Indian Tan

📋 copy color: '#502611'

red 80 ◦ green 38 ◦ blue 17

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

Shades of Indian Tan #502611

Tints of Indian Tan #502611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.15%

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 59.26%
G = 28.15%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#502611 (or 0x502611) is known color: Indian Tan. HEX triplet: 50, 26 and 11. RGB value is (80,38,17). Sum of RGB (Red+Green+Blue) = 80+38+17=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502611 is #AFD9EE. Grayscale: #303030. Windows color (decimal): -11524591 or 1123920. OLE color: 1123920.

HSL color Cylindrical-coordinate representation of color #502611: hue angle of 20º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502611 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 17 -
CMYK 0 0.52 0.79 0.69
HSL 20º 0.65% 0.19% -
HSV(B) 20º 0.79% 0.31% -
XYZ 4.1 3.13 0.92 -
YUV 48.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 80 38 17 0 0.52 0.79 0.69 20 0.65 0.19
Hex 50 26 11 0 34 4F 45 14 41 13
Octal 120 46 21 0 64 117 105 24 101 23
Binary 1010000 100110 10001 0 110100 1001111 1000101 10100 1000001 10011

Color Harmonies of #502611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502611

Black with #502611

Text Example


Text Example

White with #502611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502611; }

 p { color: rgb(80,38,17); }

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

background-color css

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

 a { background-color: rgb(80,38,17); }

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

border-color css

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

 span { border-color: rgb(80,38,17); }

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