Html Css Color HEX #502B14 Indian Tan

📋 copy color: '#502B14'

red 80 ◦ green 43 ◦ blue 20

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

Shades of Indian Tan #502B14

Tints of Indian Tan #502B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

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

R = 55.94%
G = 30.07%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#502B14 (or 0x502B14) is known color: Indian Tan. HEX triplet: 50, 2B and 14. RGB value is (80,43,20). Sum of RGB (Red+Green+Blue) = 80+43+20=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B14 is #AFD4EB. Grayscale: #333333. Windows color (decimal): -11523308 or 1321808. OLE color: 1321808.

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

Color convert

RGB 80 43 20 -
CMYK 0 0.46 0.75 0.69
HSL 23º 0.6% 0.2% -
HSV(B) 23º 0.75% 0.31% -
XYZ 4.3 3.48 1.11 -
YUV 51.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 80 43 20 0 0.46 0.75 0.69 23 0.6 0.2
Hex 50 2B 14 0 2E 4B 45 17 3C 14
Octal 120 53 24 0 56 113 105 27 74 24
Binary 1010000 101011 10100 0 101110 1001011 1000101 10111 111100 10100

Color Harmonies of #502B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B14

Black with #502B14

Text Example


Text Example

White with #502B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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