Html Css Color HEX #504506 Madras

📋 copy color: '#504506'

red 80 ◦ green 69 ◦ blue 6

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

Shades of Madras #504506

Tints of Madras #504506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 51.61%
G = 44.52%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#504506 (or 0x504506) is known color: Madras. HEX triplet: 50, 45 and 06. RGB value is (80,69,6). Sum of RGB (Red+Green+Blue) = 80+69+6=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504506 is #AFBAF9. Grayscale: #414141. Windows color (decimal): -11516666 or 410960. OLE color: 410960.

HSL color Cylindrical-coordinate representation of color #504506: hue angle of 51.08º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504506 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 6 -
CMYK 0 0.14 0.92 0.69
HSL 51.08º 0.86% 0.17% -
HSV(B) 51.08º 0.93% 0.31% -
XYZ 5.47 5.97 1.04 -
YUV 65.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 80 69 6 0 0.14 0.92 0.69 51.08 0.86 0.17
Hex 50 45 6 0 E 5C 45 33 56 11
Octal 120 105 6 0 16 134 105 63 126 21
Binary 1010000 1000101 110 0 1110 1011100 1000101 110011 1010110 10001

Color Harmonies of #504506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504506

Black with #504506

Text Example


Text Example

White with #504506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504506; }

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

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

background-color css

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

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

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

border-color css

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

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

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