Html Css Color HEX #503D16 Madras

📋 copy color: '#503D16'

red 80 ◦ green 61 ◦ blue 22

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

Shades of Madras #503D16

Tints of Madras #503D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 49.08%
G = 37.42%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#503D16 (or 0x503D16) is known color: Madras. HEX triplet: 50, 3D and 16. RGB value is (80,61,22). Sum of RGB (Red+Green+Blue) = 80+61+22=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D16 is #AFC2E9. Grayscale: #3E3E3E. Windows color (decimal): -11518698 or 1457488. OLE color: 1457488.

HSL color Cylindrical-coordinate representation of color #503D16: hue angle of 40.34º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503D16 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 61 22 -
CMYK 0 0.24 0.72 0.69
HSL 40.34º 0.57% 0.2% -
HSV(B) 40.34º 0.73% 0.31% -
XYZ 5.12 5.1 1.47 -
YUV 62.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 80 61 22 0 0.24 0.72 0.69 40.34 0.57 0.2
Hex 50 3D 16 0 18 48 45 28 39 14
Octal 120 75 26 0 30 110 105 50 71 24
Binary 1010000 111101 10110 0 11000 1001000 1000101 101000 111001 10100

Color Harmonies of #503D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D16

Black with #503D16

Text Example


Text Example

White with #503D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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