Html Css Color HEX #504411 Madras

📋 copy color: '#504411'

red 80 ◦ green 68 ◦ blue 17

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

Shades of Madras #504411

Tints of Madras #504411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.21%

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

R = 48.48%
G = 41.21%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#504411 (or 0x504411) is known color: Madras. HEX triplet: 50, 44 and 11. RGB value is (80,68,17). Sum of RGB (Red+Green+Blue) = 80+68+17=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #504411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504411 is #AFBBEE. Grayscale: #414141. Windows color (decimal): -11516911 or 1131600. OLE color: 1131600.

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

Color convert

RGB 80 68 17 -
CMYK 0 0.15 0.79 0.69
HSL 48.57º 0.65% 0.19% -
HSV(B) 48.57º 0.79% 0.31% -
XYZ 5.48 5.88 1.38 -
YUV 65.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 80 68 17 0 0.15 0.79 0.69 48.57 0.65 0.19
Hex 50 44 11 0 F 4F 45 31 41 13
Octal 120 104 21 0 17 117 105 61 101 23
Binary 1010000 1000100 10001 0 1111 1001111 1000101 110001 1000001 10011

Color Harmonies of #504411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504411

Black with #504411

Text Example


Text Example

White with #504411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504411; }

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

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

background-color css

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

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

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

border-color css

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

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

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