Html Css Color HEX #504516 Madras

📋 copy color: '#504516'

red 80 ◦ green 69 ◦ blue 22

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

Shades of Madras #504516

Tints of Madras #504516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 46.78%
G = 40.35%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#504516 (or 0x504516) is known color: Madras. HEX triplet: 50, 45 and 16. RGB value is (80,69,22). Sum of RGB (Red+Green+Blue) = 80+69+22=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #504516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504516 is #AFBAE9. Grayscale: #434343. Windows color (decimal): -11516650 or 1459536. OLE color: 1459536.

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

Color convert

RGB 80 69 22 -
CMYK 0 0.14 0.72 0.69
HSL 48.62º 0.57% 0.2% -
HSV(B) 48.62º 0.73% 0.31% -
XYZ 5.58 6.02 1.63 -
YUV 66.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 80 69 22 0 0.14 0.72 0.69 48.62 0.57 0.2
Hex 50 45 16 0 E 48 45 31 39 14
Octal 120 105 26 0 16 110 105 61 71 24
Binary 1010000 1000101 10110 0 1110 1001000 1000101 110001 111001 10100

Color Harmonies of #504516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504516

Black with #504516

Text Example


Text Example

White with #504516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504516; }

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

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

background-color css

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

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

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

border-color css

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

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

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