Html Css Color HEX #504011 Madras

📋 copy color: '#504011'

red 80 ◦ green 64 ◦ blue 17

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

Shades of Madras #504011

Tints of Madras #504011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.75%

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

R = 49.69%
G = 39.75%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#504011 (or 0x504011) is known color: Madras. HEX triplet: 50, 40 and 11. RGB value is (80,64,17). Sum of RGB (Red+Green+Blue) = 80+64+17=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #504011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504011 is #AFBFEE. Grayscale: #3F3F3F. Windows color (decimal): -11517935 or 1130576. OLE color: 1130576.

HSL color Cylindrical-coordinate representation of color #504011: hue angle of 44.76º 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 #504011 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 17 -
CMYK 0 0.20 0.79 0.69
HSL 44.76º 0.65% 0.19% -
HSV(B) 44.76º 0.79% 0.31% -
XYZ 5.24 5.41 1.3 -
YUV 63.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 80 64 17 0 0.20 0.79 0.69 44.76 0.65 0.19
Hex 50 40 11 0 14 4F 45 2D 41 13
Octal 120 100 21 0 24 117 105 55 101 23
Binary 1010000 1000000 10001 0 10100 1001111 1000101 101101 1000001 10011

Color Harmonies of #504011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504011

Black with #504011

Text Example


Text Example

White with #504011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504011; }

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

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

background-color css

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

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

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

border-color css

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

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

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