Html Css Color HEX #504514 Madras

📋 copy color: '#504514'

red 80 ◦ green 69 ◦ blue 20

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

Shades of Madras #504514

Tints of Madras #504514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 47.34%
G = 40.83%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#504514 (or 0x504514) is known color: Madras. HEX triplet: 50, 45 and 14. RGB value is (80,69,20). Sum of RGB (Red+Green+Blue) = 80+69+20=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504514 is #AFBAEB. Grayscale: #424242. Windows color (decimal): -11516652 or 1328464. OLE color: 1328464.

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

Color convert

RGB 80 69 20 -
CMYK 0 0.14 0.75 0.69
HSL 49º 0.6% 0.2% -
HSV(B) 49º 0.75% 0.31% -
XYZ 5.56 6.01 1.53 -
YUV 66.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 80 69 20 0 0.14 0.75 0.69 49 0.6 0.2
Hex 50 45 14 0 E 4B 45 31 3C 14
Octal 120 105 24 0 16 113 105 61 74 24
Binary 1010000 1000101 10100 0 1110 1001011 1000101 110001 111100 10100

Color Harmonies of #504514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504514

Black with #504514

Text Example


Text Example

White with #504514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504514; }

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

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

background-color css

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

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

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

border-color css

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

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

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