Html Css Color HEX #504705 Madras

📋 copy color: '#504705'

red 80 ◦ green 71 ◦ blue 5

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

Shades of Madras #504705

Tints of Madras #504705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 51.28%
G = 45.51%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#504705 (or 0x504705) is known color: Madras. HEX triplet: 50, 47 and 05. RGB value is (80,71,5). Sum of RGB (Red+Green+Blue) = 80+71+5=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #504705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504705 is #AFB8FA. Grayscale: #424242. Windows color (decimal): -11516155 or 345936. OLE color: 345936.

HSL color Cylindrical-coordinate representation of color #504705: hue angle of 52.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504705 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 5 -
CMYK 0 0.11 0.94 0.69
HSL 52.8º 0.88% 0.17% -
HSV(B) 52.8º 0.94% 0.31% -
XYZ 5.59 6.22 1.05 -
YUV 66.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 80 71 5 0 0.11 0.94 0.69 52.8 0.88 0.17
Hex 50 47 5 0 B 5E 45 35 58 11
Octal 120 107 5 0 13 136 105 65 130 21
Binary 1010000 1000111 101 0 1011 1011110 1000101 110101 1011000 10001

Color Harmonies of #504705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504705

Black with #504705

Text Example


Text Example

White with #504705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504705; }

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

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

background-color css

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

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

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

border-color css

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

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

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