Html Css Color HEX #503D11 Madras

📋 copy color: '#503D11'

red 80 ◦ green 61 ◦ blue 17

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

Shades of Madras #503D11

Tints of Madras #503D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.61%

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 50.63%
G = 38.61%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#503D11 (or 0x503D11) is known color: Madras. HEX triplet: 50, 3D and 11. RGB value is (80,61,17). Sum of RGB (Red+Green+Blue) = 80+61+17=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #503D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D11 is #AFC2EE. Grayscale: #3D3D3D. Windows color (decimal): -11518703 or 1129808. OLE color: 1129808.

HSL color Cylindrical-coordinate representation of color #503D11: hue angle of 41.9º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #503D11 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 61 17 -
CMYK 0 0.24 0.79 0.69
HSL 41.9º 0.65% 0.19% -
HSV(B) 41.9º 0.79% 0.31% -
XYZ 5.08 5.08 1.24 -
YUV 61.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 80 61 17 0 0.24 0.79 0.69 41.9 0.65 0.19
Hex 50 3D 11 0 18 4F 45 2A 41 13
Octal 120 75 21 0 30 117 105 52 101 23
Binary 1010000 111101 10001 0 11000 1001111 1000101 101010 1000001 10011

Color Harmonies of #503D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D11

Black with #503D11

Text Example


Text Example

White with #503D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,61,17); }

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

background-color css

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

 a { background-color: rgb(80,61,17); }

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

border-color css

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

 span { border-color: rgb(80,61,17); }

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