Html Css Color HEX #503E12 Madras

📋 copy color: '#503E12'

red 80 ◦ green 62 ◦ blue 18

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

Shades of Madras #503E12

Tints of Madras #503E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 50%
G = 38.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#503E12 (or 0x503E12) is known color: Madras. HEX triplet: 50, 3E and 12. RGB value is (80,62,18). Sum of RGB (Red+Green+Blue) = 80+62+18=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #503E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E12 is #AFC1ED. Grayscale: #3E3E3E. Windows color (decimal): -11518446 or 1195600. OLE color: 1195600.

HSL color Cylindrical-coordinate representation of color #503E12: hue angle of 42.58º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503E12 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 62 18 -
CMYK 0 0.22 0.78 0.69
HSL 42.58º 0.63% 0.19% -
HSV(B) 42.58º 0.78% 0.31% -
XYZ 5.14 5.19 1.3 -
YUV 62.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 80 62 18 0 0.22 0.78 0.69 42.58 0.63 0.19
Hex 50 3E 12 0 16 4E 45 2B 3F 13
Octal 120 76 22 0 26 116 105 53 77 23
Binary 1010000 111110 10010 0 10110 1001110 1000101 101011 111111 10011

Color Harmonies of #503E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E12

Black with #503E12

Text Example


Text Example

White with #503E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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