Html Css Color HEX #504706 Madras

📋 copy color: '#504706'

red 80 ◦ green 71 ◦ blue 6

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

Shades of Madras #504706

Tints of Madras #504706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.22%

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

R = 50.96%
G = 45.22%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#504706 (or 0x504706) is known color: Madras. HEX triplet: 50, 47 and 06. RGB value is (80,71,6). Sum of RGB (Red+Green+Blue) = 80+71+6=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504706 is #AFB8F9. Grayscale: #424242. Windows color (decimal): -11516154 or 411472. OLE color: 411472.

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

Color convert

RGB 80 71 6 -
CMYK 0 0.11 0.92 0.69
HSL 52.7º 0.86% 0.17% -
HSV(B) 52.7º 0.93% 0.31% -
XYZ 5.59 6.23 1.08 -
YUV 66.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 80 71 6 0 0.11 0.92 0.69 52.7 0.86 0.17
Hex 50 47 6 0 B 5C 45 35 56 11
Octal 120 107 6 0 13 134 105 65 126 21
Binary 1010000 1000111 110 0 1011 1011100 1000101 110101 1010110 10001

Color Harmonies of #504706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504706

Black with #504706

Text Example


Text Example

White with #504706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504706; }

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

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

background-color css

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

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

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

border-color css

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

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

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