Html Css Color HEX #502A15 Indian Tan

📋 copy color: '#502A15'

red 80 ◦ green 42 ◦ blue 21

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

Shades of Indian Tan #502A15

Tints of Indian Tan #502A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.37%

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

R = 55.94%
G = 29.37%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#502A15 (or 0x502A15) is known color: Indian Tan. HEX triplet: 50, 2A and 15. RGB value is (80,42,21). Sum of RGB (Red+Green+Blue) = 80+42+21=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502A15 is #AFD5EA. Grayscale: #333333. Windows color (decimal): -11523563 or 1387088. OLE color: 1387088.

HSL color Cylindrical-coordinate representation of color #502A15: hue angle of 21.36º 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 #502A15 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 42 21 -
CMYK 0 0.48 0.74 0.69
HSL 21.36º 0.58% 0.2% -
HSV(B) 21.36º 0.74% 0.31% -
XYZ 4.27 3.42 1.14 -
YUV 50.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 80 42 21 0 0.48 0.74 0.69 21.36 0.58 0.2
Hex 50 2A 15 0 30 4A 45 15 3A 14
Octal 120 52 25 0 60 112 105 25 72 24
Binary 1010000 101010 10101 0 110000 1001010 1000101 10101 111010 10100

Color Harmonies of #502A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A15

Black with #502A15

Text Example


Text Example

White with #502A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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