Html Css Color HEX #502615 Indian Tan

📋 copy color: '#502615'

red 80 ◦ green 38 ◦ blue 21

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

Shades of Indian Tan #502615

Tints of Indian Tan #502615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 57.55%
G = 27.34%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#502615 (or 0x502615) is known color: Indian Tan. HEX triplet: 50, 26 and 15. RGB value is (80,38,21). Sum of RGB (Red+Green+Blue) = 80+38+21=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502615 is #AFD9EA. Grayscale: #303030. Windows color (decimal): -11524587 or 1386064. OLE color: 1386064.

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

Color convert

RGB 80 38 21 -
CMYK 0 0.52 0.74 0.69
HSL 17.29º 0.58% 0.2% -
HSV(B) 17.29º 0.74% 0.31% -
XYZ 4.14 3.15 1.1 -
YUV 48.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 80 38 21 0 0.52 0.74 0.69 17.29 0.58 0.2
Hex 50 26 15 0 34 4A 45 11 3A 14
Octal 120 46 25 0 64 112 105 21 72 24
Binary 1010000 100110 10101 0 110100 1001010 1000101 10001 111010 10100

Color Harmonies of #502615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502615

Black with #502615

Text Example


Text Example

White with #502615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502615; }

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

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

background-color css

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

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

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

border-color css

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

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

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