Html Css Color HEX #504109 Madras

📋 copy color: '#504109'

red 80 ◦ green 65 ◦ blue 9

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

Shades of Madras #504109

Tints of Madras #504109

RGB

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

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

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

R = 51.95%
G = 42.21%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#504109 (or 0x504109) is known color: Madras. HEX triplet: 50, 41 and 09. RGB value is (80,65,9). Sum of RGB (Red+Green+Blue) = 80+65+9=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504109 is #AFBEF6. Grayscale: #3F3F3F. Windows color (decimal): -11517687 or 606544. OLE color: 606544.

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

Color convert

RGB 80 65 9 -
CMYK 0 0.19 0.89 0.69
HSL 47.32º 0.8% 0.17% -
HSV(B) 47.32º 0.89% 0.31% -
XYZ 5.25 5.51 1.04 -
YUV 63.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 80 65 9 0 0.19 0.89 0.69 47.32 0.8 0.17
Hex 50 41 9 0 13 59 45 2F 50 11
Octal 120 101 11 0 23 131 105 57 120 21
Binary 1010000 1000001 1001 0 10011 1011001 1000101 101111 1010000 10001

Color Harmonies of #504109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504109

Black with #504109

Text Example


Text Example

White with #504109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504109; }

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

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

background-color css

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

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

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

border-color css

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

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

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