Html Css Color HEX #504609 Madras

📋 copy color: '#504609'

red 80 ◦ green 70 ◦ blue 9

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

Shades of Madras #504609

Tints of Madras #504609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.66%

R = 50.31%
G = 44.03%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#504609 (or 0x504609) is known color: Madras. HEX triplet: 50, 46 and 09. RGB value is (80,70,9). Sum of RGB (Red+Green+Blue) = 80+70+9=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #504609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504609 is #AFB9F6. Grayscale: #424242. Windows color (decimal): -11516407 or 607824. OLE color: 607824.

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

Color convert

RGB 80 70 9 -
CMYK 0 0.12 0.89 0.69
HSL 51.55º 0.8% 0.17% -
HSV(B) 51.55º 0.89% 0.31% -
XYZ 5.55 6.11 1.14 -
YUV 66.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 80 70 9 0 0.12 0.89 0.69 51.55 0.8 0.17
Hex 50 46 9 0 C 59 45 34 50 11
Octal 120 106 11 0 14 131 105 64 120 21
Binary 1010000 1000110 1001 0 1100 1011001 1000101 110100 1010000 10001

Color Harmonies of #504609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504609

Black with #504609

Text Example


Text Example

White with #504609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504609; }

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

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

background-color css

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

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

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

border-color css

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

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

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