Html Css Color HEX #504013 Madras

📋 copy color: '#504013'

red 80 ◦ green 64 ◦ blue 19

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

Shades of Madras #504013

Tints of Madras #504013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.26%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 49.08%
G = 39.26%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#504013 (or 0x504013) is known color: Madras. HEX triplet: 50, 40 and 13. RGB value is (80,64,19). Sum of RGB (Red+Green+Blue) = 80+64+19=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504013 is #AFBFEC. Grayscale: #3F3F3F. Windows color (decimal): -11517933 or 1261648. OLE color: 1261648.

HSL color Cylindrical-coordinate representation of color #504013: hue angle of 44.26º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #504013 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 19 -
CMYK 0 0.20 0.76 0.69
HSL 44.26º 0.62% 0.19% -
HSV(B) 44.26º 0.76% 0.31% -
XYZ 5.26 5.42 1.38 -
YUV 63.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 80 64 19 0 0.20 0.76 0.69 44.26 0.62 0.19
Hex 50 40 13 0 14 4C 45 2C 3E 13
Octal 120 100 23 0 24 114 105 54 76 23
Binary 1010000 1000000 10011 0 10100 1001100 1000101 101100 111110 10011

Color Harmonies of #504013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504013

Black with #504013

Text Example


Text Example

White with #504013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504013; }

 p { color: rgb(80,64,19); }

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

background-color css

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

 a { background-color: rgb(80,64,19); }

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

border-color css

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

 span { border-color: rgb(80,64,19); }

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