Html Css Color HEX #504709 Madras

📋 copy color: '#504709'

red 80 ◦ green 71 ◦ blue 9

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

Shades of Madras #504709

Tints of Madras #504709

RGB

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

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

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

R = 50%
G = 44.38%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#504709 (or 0x504709) is known color: Madras. HEX triplet: 50, 47 and 09. RGB value is (80,71,9). Sum of RGB (Red+Green+Blue) = 80+71+9=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #504709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504709 is #AFB8F6. Grayscale: #424242. Windows color (decimal): -11516151 or 608080. OLE color: 608080.

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

Color convert

RGB 80 71 9 -
CMYK 0 0.11 0.89 0.69
HSL 52.39º 0.8% 0.17% -
HSV(B) 52.39º 0.89% 0.31% -
XYZ 5.61 6.23 1.17 -
YUV 66.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 80 71 9 0 0.11 0.89 0.69 52.39 0.8 0.17
Hex 50 47 9 0 B 59 45 34 50 11
Octal 120 107 11 0 13 131 105 64 120 21
Binary 1010000 1000111 1001 0 1011 1011001 1000101 110100 1010000 10001

Color Harmonies of #504709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504709

Black with #504709

Text Example


Text Example

White with #504709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504709; }

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

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

background-color css

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

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

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

border-color css

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

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

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