Html Css Color HEX #504700 Madras

📋 copy color: '#504700'

red 80 ◦ green 71 ◦ blue 0

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

Shades of Madras #504700

Tints of Madras #504700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.02%

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

R = 52.98%
G = 47.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#504700 (or 0x504700) is known color: Madras. HEX triplet: 50, 47 and 00. RGB value is (80,71,0). Sum of RGB (Red+Green+Blue) = 80+71+0=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #504700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504700 is #AFB8FF. Grayscale: #414141. Windows color (decimal): -11516160 or 18256. OLE color: 18256.

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

Color convert

RGB 80 71 0 -
CMYK 0 0.11 1 0.69
HSL 53.25º 1% 0.16% -
HSV(B) 53.25º 1% 0.31% -
XYZ 5.56 6.21 0.91 -
YUV 65.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 80 71 0 0 0.11 1 0.69 53.25 1 0.16
Hex 50 47 0 0 B 64 45 35 64 10
Octal 120 107 0 0 13 144 105 65 144 20
Binary 1010000 1000111 0 0 1011 1100100 1000101 110101 1100100 10000

Color Harmonies of #504700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504700

Black with #504700

Text Example


Text Example

White with #504700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504700; }

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

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

background-color css

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

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

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

border-color css

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

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

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