Html Css Color HEX #504600 Madras

📋 copy color: '#504600'

red 80 ◦ green 70 ◦ blue 0

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

Shades of Madras #504600

Tints of Madras #504600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.33%
G = 46.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#504600 (or 0x504600) is known color: Madras. HEX triplet: 50, 46 and 00. RGB value is (80,70,0). Sum of RGB (Red+Green+Blue) = 80+70+0=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #504600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504600 is #AFB9FF. Grayscale: #414141. Windows color (decimal): -11516416 or 18000. OLE color: 18000.

HSL color Cylindrical-coordinate representation of color #504600: hue angle of 52.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #504600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 0 -
CMYK 0 0.12 1 0.69
HSL 52.5º 1% 0.16% -
HSV(B) 52.5º 1% 0.31% -
XYZ 5.5 6.09 0.88 -
YUV 65.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 80 70 0 0 0.12 1 0.69 52.5 1 0.16
Hex 50 46 0 0 C 64 45 34 64 10
Octal 120 106 0 0 14 144 105 64 144 20
Binary 1010000 1000110 0 0 1100 1100100 1000101 110100 1100100 10000

Color Harmonies of #504600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504600

Black with #504600

Text Example


Text Example

White with #504600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504600; }

 p { color: rgb(80,70,0); }

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

background-color css

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

 a { background-color: rgb(80,70,0); }

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

border-color css

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

 span { border-color: rgb(80,70,0); }

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