Html Css Color HEX #502B18 Indian Tan

📋 copy color: '#502B18'

red 80 ◦ green 43 ◦ blue 24

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

Shades of Indian Tan #502B18

Tints of Indian Tan #502B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.33%

R = 54.42%
G = 29.25%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#502B18 (or 0x502B18) is known color: Indian Tan. HEX triplet: 50, 2B and 18. RGB value is (80,43,24). Sum of RGB (Red+Green+Blue) = 80+43+24=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #502B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B18 is #AFD4E7. Grayscale: #343434. Windows color (decimal): -11523304 or 1583952. OLE color: 1583952.

HSL color Cylindrical-coordinate representation of color #502B18: hue angle of 20.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502B18 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 24 -
CMYK 0 0.46 0.70 0.69
HSL 20.36º 0.54% 0.2% -
HSV(B) 20.36º 0.7% 0.31% -
XYZ 4.34 3.5 1.31 -
YUV 51.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 80 43 24 0 0.46 0.70 0.69 20.36 0.54 0.2
Hex 50 2B 18 0 2E 46 45 14 36 14
Octal 120 53 30 0 56 106 105 24 66 24
Binary 1010000 101011 11000 0 101110 1000110 1000101 10100 110110 10100

Color Harmonies of #502B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B18

Black with #502B18

Text Example


Text Example

White with #502B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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