Html Css Color HEX #504020 Madras

📋 copy color: '#504020'

red 80 ◦ green 64 ◦ blue 32

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

Shades of Madras #504020

Tints of Madras #504020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#504020 (or 0x504020) is known color: Madras. HEX triplet: 50, 40 and 20. RGB value is (80,64,32). Sum of RGB (Red+Green+Blue) = 80+64+32=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504020 is #AFBFDF. Grayscale: #414141. Windows color (decimal): -11517920 or 2113616. OLE color: 2113616.

HSL color Cylindrical-coordinate representation of color #504020: hue angle of 40º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504020 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 32 -
CMYK 0 0.20 0.60 0.69
HSL 40º 0.43% 0.22% -
HSV(B) 40º 0.6% 0.31% -
XYZ 5.4 5.48 2.14 -
YUV 65.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 80 64 32 0 0.20 0.60 0.69 40 0.43 0.22
Hex 50 40 20 0 14 3C 45 28 2B 16
Octal 120 100 40 0 24 74 105 50 53 26
Binary 1010000 1000000 100000 0 10100 111100 1000101 101000 101011 10110

Color Harmonies of #504020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504020

Black with #504020

Text Example


Text Example

White with #504020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504020; }

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

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

background-color css

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

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

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

border-color css

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

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

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