Html Css Color HEX #502713 Indian Tan

📋 copy color: '#502713'

red 80 ◦ green 39 ◦ blue 19

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

Shades of Indian Tan #502713

Tints of Indian Tan #502713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.26%

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 57.97%
G = 28.26%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#502713 (or 0x502713) is known color: Indian Tan. HEX triplet: 50, 27 and 13. RGB value is (80,39,19). Sum of RGB (Red+Green+Blue) = 80+39+19=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #502713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502713 is #AFD8EC. Grayscale: #313131. Windows color (decimal): -11524333 or 1255248. OLE color: 1255248.

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

Color convert

RGB 80 39 19 -
CMYK 0 0.51 0.76 0.69
HSL 19.67º 0.62% 0.19% -
HSV(B) 19.67º 0.76% 0.31% -
XYZ 4.15 3.2 1.02 -
YUV 48.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 80 39 19 0 0.51 0.76 0.69 19.67 0.62 0.19
Hex 50 27 13 0 33 4C 45 14 3E 13
Octal 120 47 23 0 63 114 105 24 76 23
Binary 1010000 100111 10011 0 110011 1001100 1000101 10100 111110 10011

Color Harmonies of #502713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502713

Black with #502713

Text Example


Text Example

White with #502713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502713; }

 p { color: rgb(80,39,19); }

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

background-color css

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

 a { background-color: rgb(80,39,19); }

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

border-color css

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

 span { border-color: rgb(80,39,19); }

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