Html Css Color HEX #504114 Madras

📋 copy color: '#504114'

red 80 ◦ green 65 ◦ blue 20

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

Shades of Madras #504114

Tints of Madras #504114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

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

R = 48.48%
G = 39.39%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#504114 (or 0x504114) is known color: Madras. HEX triplet: 50, 41 and 14. RGB value is (80,65,20). Sum of RGB (Red+Green+Blue) = 80+65+20=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #504114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504114 is #AFBEEB. Grayscale: #404040. Windows color (decimal): -11517676 or 1327440. OLE color: 1327440.

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

Color convert

RGB 80 65 20 -
CMYK 0 0.19 0.75 0.69
HSL 45º 0.6% 0.2% -
HSV(B) 45º 0.75% 0.31% -
XYZ 5.32 5.54 1.45 -
YUV 64.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 80 65 20 0 0.19 0.75 0.69 45 0.6 0.2
Hex 50 41 14 0 13 4B 45 2D 3C 14
Octal 120 101 24 0 23 113 105 55 74 24
Binary 1010000 1000001 10100 0 10011 1001011 1000101 101101 111100 10100

Color Harmonies of #504114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504114

Black with #504114

Text Example


Text Example

White with #504114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504114; }

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

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

background-color css

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

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

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

border-color css

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

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

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