Html Css Color HEX #504100 Madras

📋 copy color: '#504100'

red 80 ◦ green 65 ◦ blue 0

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

Shades of Madras #504100

Tints of Madras #504100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

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

R = 55.17%
G = 44.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#504100 (or 0x504100) is known color: Madras. HEX triplet: 50, 41 and 00. RGB value is (80,65,0). Sum of RGB (Red+Green+Blue) = 80+65+0=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #504100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504100 is #AFBEFF. Grayscale: #3E3E3E. Windows color (decimal): -11517696 or 16720. OLE color: 16720.

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

Color convert

RGB 80 65 0 -
CMYK 0 0.19 1 0.69
HSL 48.75º 1% 0.16% -
HSV(B) 48.75º 1% 0.31% -
XYZ 5.2 5.49 0.78 -
YUV 62.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 80 65 0 0 0.19 1 0.69 48.75 1 0.16
Hex 50 41 0 0 13 64 45 31 64 10
Octal 120 101 0 0 23 144 105 61 144 20
Binary 1010000 1000001 0 0 10011 1100100 1000101 110001 1100100 10000

Color Harmonies of #504100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504100

Black with #504100

Text Example


Text Example

White with #504100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504100; }

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

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

background-color css

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

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

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

border-color css

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

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

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