Html Css Color HEX #504010 Madras

📋 copy color: '#504010'

red 80 ◦ green 64 ◦ blue 16

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

Shades of Madras #504010

Tints of Madras #504010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10%

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#504010 (or 0x504010) is known color: Madras. HEX triplet: 50, 40 and 10. RGB value is (80,64,16). Sum of RGB (Red+Green+Blue) = 80+64+16=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #504010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504010 is #AFBFEF. Grayscale: #3F3F3F. Windows color (decimal): -11517936 or 1065040. OLE color: 1065040.

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

Color convert

RGB 80 64 16 -
CMYK 0 0.20 0.80 0.69
HSL 45º 0.67% 0.19% -
HSV(B) 45º 0.8% 0.31% -
XYZ 5.24 5.41 1.26 -
YUV 63.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 80 64 16 0 0.20 0.80 0.69 45 0.67 0.19
Hex 50 40 10 0 14 50 45 2D 43 13
Octal 120 100 20 0 24 120 105 55 103 23
Binary 1010000 1000000 10000 0 10100 1010000 1000101 101101 1000011 10011

Color Harmonies of #504010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504010

Black with #504010

Text Example


Text Example

White with #504010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504010; }

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

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

background-color css

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

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

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

border-color css

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

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

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