Html Css Color HEX #504200 Madras

📋 copy color: '#504200'

red 80 ◦ green 66 ◦ blue 0

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

Shades of Madras #504200

Tints of Madras #504200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

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

R = 54.79%
G = 45.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#504200 (or 0x504200) is known color: Madras. HEX triplet: 50, 42 and 00. RGB value is (80,66,0). Sum of RGB (Red+Green+Blue) = 80+66+0=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #504200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504200 is #AFBDFF. Grayscale: #3E3E3E. Windows color (decimal): -11517440 or 16976. OLE color: 16976.

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

Color convert

RGB 80 66 0 -
CMYK 0 0.17 1 0.69
HSL 49.5º 1% 0.16% -
HSV(B) 49.5º 1% 0.31% -
XYZ 5.26 5.6 0.8 -
YUV 62.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 80 66 0 0 0.17 1 0.69 49.5 1 0.16
Hex 50 42 0 0 11 64 45 32 64 10
Octal 120 102 0 0 21 144 105 62 144 20
Binary 1010000 1000010 0 0 10001 1100100 1000101 110010 1100100 10000

Color Harmonies of #504200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504200

Black with #504200

Text Example


Text Example

White with #504200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504200; }

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

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

background-color css

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

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

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

border-color css

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

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

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