Html Css Color HEX #504511 Madras

📋 copy color: '#504511'

red 80 ◦ green 69 ◦ blue 17

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

Shades of Madras #504511

Tints of Madras #504511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 48.19%
G = 41.57%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#504511 (or 0x504511) is known color: Madras. HEX triplet: 50, 45 and 11. RGB value is (80,69,17). Sum of RGB (Red+Green+Blue) = 80+69+17=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #504511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504511 is #AFBAEE. Grayscale: #424242. Windows color (decimal): -11516655 or 1131856. OLE color: 1131856.

HSL color Cylindrical-coordinate representation of color #504511: hue angle of 49.52º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #504511 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 17 -
CMYK 0 0.14 0.79 0.69
HSL 49.52º 0.65% 0.19% -
HSV(B) 49.52º 0.79% 0.31% -
XYZ 5.54 6 1.4 -
YUV 66.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 80 69 17 0 0.14 0.79 0.69 49.52 0.65 0.19
Hex 50 45 11 0 E 4F 45 32 41 13
Octal 120 105 21 0 16 117 105 62 101 23
Binary 1010000 1000101 10001 0 1110 1001111 1000101 110010 1000001 10011

Color Harmonies of #504511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504511

Black with #504511

Text Example


Text Example

White with #504511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504511; }

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

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

background-color css

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

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

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

border-color css

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

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

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