Html Css Color HEX #502D18 Indian Tan

📋 copy color: '#502D18'

red 80 ◦ green 45 ◦ blue 24

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

Shades of Indian Tan #502D18

Tints of Indian Tan #502D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

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

R = 53.69%
G = 30.2%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#502D18 (or 0x502D18) is known color: Indian Tan. HEX triplet: 50, 2D and 18. RGB value is (80,45,24). Sum of RGB (Red+Green+Blue) = 80+45+24=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D18 is #AFD2E7. Grayscale: #353535. Windows color (decimal): -11522792 or 1584464. OLE color: 1584464.

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

Color convert

RGB 80 45 24 -
CMYK 0 0.44 0.70 0.69
HSL 22.5º 0.54% 0.2% -
HSV(B) 22.5º 0.7% 0.31% -
XYZ 4.41 3.65 1.34 -
YUV 53.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 80 45 24 0 0.44 0.70 0.69 22.5 0.54 0.2
Hex 50 2D 18 0 2C 46 45 16 36 14
Octal 120 55 30 0 54 106 105 26 66 24
Binary 1010000 101101 11000 0 101100 1000110 1000101 10110 110110 10100

Color Harmonies of #502D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D18

Black with #502D18

Text Example


Text Example

White with #502D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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