Html Css Color HEX #502610 Indian Tan

📋 copy color: '#502610'

red 80 ◦ green 38 ◦ blue 16

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

Shades of Indian Tan #502610

Tints of Indian Tan #502610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 59.7%
G = 28.36%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#502610 (or 0x502610) is known color: Indian Tan. HEX triplet: 50, 26 and 10. RGB value is (80,38,16). Sum of RGB (Red+Green+Blue) = 80+38+16=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #502610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502610 is #AFD9EF. Grayscale: #303030. Windows color (decimal): -11524592 or 1058384. OLE color: 1058384.

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

Color convert

RGB 80 38 16 -
CMYK 0 0.52 0.80 0.69
HSL 20.63º 0.67% 0.19% -
HSV(B) 20.63º 0.8% 0.31% -
XYZ 4.09 3.13 0.88 -
YUV 48.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 80 38 16 0 0.52 0.80 0.69 20.63 0.67 0.19
Hex 50 26 10 0 34 50 45 15 43 13
Octal 120 46 20 0 64 120 105 25 103 23
Binary 1010000 100110 10000 0 110100 1010000 1000101 10101 1000011 10011

Color Harmonies of #502610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502610

Black with #502610

Text Example


Text Example

White with #502610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502610; }

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

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

background-color css

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

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

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

border-color css

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

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

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