Html Css Color HEX #504509 Madras

📋 copy color: '#504509'

red 80 ◦ green 69 ◦ blue 9

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

Shades of Madras #504509

Tints of Madras #504509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.67%

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

R = 50.63%
G = 43.67%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#504509 (or 0x504509) is known color: Madras. HEX triplet: 50, 45 and 09. RGB value is (80,69,9). Sum of RGB (Red+Green+Blue) = 80+69+9=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504509 is #AFBAF6. Grayscale: #414141. Windows color (decimal): -11516663 or 607568. OLE color: 607568.

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

Color convert

RGB 80 69 9 -
CMYK 0 0.14 0.89 0.69
HSL 50.7º 0.8% 0.17% -
HSV(B) 50.7º 0.89% 0.31% -
XYZ 5.49 5.98 1.12 -
YUV 65.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 80 69 9 0 0.14 0.89 0.69 50.7 0.8 0.17
Hex 50 45 9 0 E 59 45 33 50 11
Octal 120 105 11 0 16 131 105 63 120 21
Binary 1010000 1000101 1001 0 1110 1011001 1000101 110011 1010000 10001

Color Harmonies of #504509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504509

Black with #504509

Text Example


Text Example

White with #504509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504509; }

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

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

background-color css

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

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

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

border-color css

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

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

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