Html Css Color HEX #503F14 Madras

📋 copy color: '#503F14'

red 80 ◦ green 63 ◦ blue 20

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

Shades of Madras #503F14

Tints of Madras #503F14

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

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

R = 49.08%
G = 38.65%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#503F14 (or 0x503F14) is known color: Madras. HEX triplet: 50, 3F and 14. RGB value is (80,63,20). Sum of RGB (Red+Green+Blue) = 80+63+20=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F14 is #AFC0EB. Grayscale: #3F3F3F. Windows color (decimal): -11518188 or 1326928. OLE color: 1326928.

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

Color convert

RGB 80 63 20 -
CMYK 0 0.21 0.75 0.69
HSL 43º 0.6% 0.2% -
HSV(B) 43º 0.75% 0.31% -
XYZ 5.21 5.31 1.41 -
YUV 63.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 80 63 20 0 0.21 0.75 0.69 43 0.6 0.2
Hex 50 3F 14 0 15 4B 45 2B 3C 14
Octal 120 77 24 0 25 113 105 53 74 24
Binary 1010000 111111 10100 0 10101 1001011 1000101 101011 111100 10100

Color Harmonies of #503F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F14

Black with #503F14

Text Example


Text Example

White with #503F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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