Html Css Color HEX #503E15 Madras

📋 copy color: '#503E15'

red 80 ◦ green 62 ◦ blue 21

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

Shades of Madras #503E15

Tints of Madras #503E15

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.04%

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

R = 49.08%
G = 38.04%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#503E15 (or 0x503E15) is known color: Madras. HEX triplet: 50, 3E and 15. RGB value is (80,62,21). Sum of RGB (Red+Green+Blue) = 80+62+21=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E15 is #AFC1EA. Grayscale: #3E3E3E. Windows color (decimal): -11518443 or 1392208. OLE color: 1392208.

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

Color convert

RGB 80 62 21 -
CMYK 0 0.22 0.74 0.69
HSL 41.69º 0.58% 0.2% -
HSV(B) 41.69º 0.74% 0.31% -
XYZ 5.17 5.2 1.44 -
YUV 62.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 80 62 21 0 0.22 0.74 0.69 41.69 0.58 0.2
Hex 50 3E 15 0 16 4A 45 2A 3A 14
Octal 120 76 25 0 26 112 105 52 72 24
Binary 1010000 111110 10101 0 10110 1001010 1000101 101010 111010 10100

Color Harmonies of #503E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E15

Black with #503E15

Text Example


Text Example

White with #503E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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