Html Css Color HEX #502310 Indian Tan

📋 copy color: '#502310'

red 80 ◦ green 35 ◦ blue 16

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

Shades of Indian Tan #502310

Tints of Indian Tan #502310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.72%

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

R = 61.07%
G = 26.72%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#502310 (or 0x502310) is known color: Indian Tan. HEX triplet: 50, 23 and 10. RGB value is (80,35,16). Sum of RGB (Red+Green+Blue) = 80+35+16=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #502310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502310 is #AFDCEF. Grayscale: #2E2E2E. Windows color (decimal): -11525360 or 1057616. OLE color: 1057616.

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

Color convert

RGB 80 35 16 -
CMYK 0 0.56 0.80 0.69
HSL 17.81º 0.67% 0.19% -
HSV(B) 17.81º 0.8% 0.31% -
XYZ 4 2.94 0.85 -
YUV 46.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 80 35 16 0 0.56 0.80 0.69 17.81 0.67 0.19
Hex 50 23 10 0 38 50 45 12 43 13
Octal 120 43 20 0 70 120 105 22 103 23
Binary 1010000 100011 10000 0 111000 1010000 1000101 10010 1000011 10011

Color Harmonies of #502310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502310

Black with #502310

Text Example


Text Example

White with #502310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502310; }

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

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

background-color css

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

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

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

border-color css

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

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

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