Html Css Color HEX #502714 Indian Tan

📋 copy color: '#502714'

red 80 ◦ green 39 ◦ blue 20

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

Shades of Indian Tan #502714

Tints of Indian Tan #502714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.39%

R = 57.55%
G = 28.06%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#502714 (or 0x502714) is known color: Indian Tan. HEX triplet: 50, 27 and 14. RGB value is (80,39,20). Sum of RGB (Red+Green+Blue) = 80+39+20=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502714 is #AFD8EB. Grayscale: #313131. Windows color (decimal): -11524332 or 1320784. OLE color: 1320784.

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

Color convert

RGB 80 39 20 -
CMYK 0 0.51 0.75 0.69
HSL 19º 0.6% 0.2% -
HSV(B) 19º 0.75% 0.31% -
XYZ 4.16 3.21 1.06 -
YUV 49.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 80 39 20 0 0.51 0.75 0.69 19 0.6 0.2
Hex 50 27 14 0 33 4B 45 13 3C 14
Octal 120 47 24 0 63 113 105 23 74 24
Binary 1010000 100111 10100 0 110011 1001011 1000101 10011 111100 10100

Color Harmonies of #502714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502714

Black with #502714

Text Example


Text Example

White with #502714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502714; }

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

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

background-color css

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

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

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

border-color css

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

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

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