Html Css Color HEX #504120 Madras

📋 copy color: '#504120'

red 80 ◦ green 65 ◦ blue 32

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

Shades of Madras #504120

Tints of Madras #504120

RGB

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

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

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

R = 45.2%
G = 36.72%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#504120 (or 0x504120) is known color: Madras. HEX triplet: 50, 41 and 20. RGB value is (80,65,32). Sum of RGB (Red+Green+Blue) = 80+65+32=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #504120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504120 is #AFBEDF. Grayscale: #414141. Windows color (decimal): -11517664 or 2113872. OLE color: 2113872.

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

Color convert

RGB 80 65 32 -
CMYK 0 0.19 0.60 0.69
HSL 41.25º 0.43% 0.22% -
HSV(B) 41.25º 0.6% 0.31% -
XYZ 5.46 5.59 2.16 -
YUV 65.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 80 65 32 0 0.19 0.60 0.69 41.25 0.43 0.22
Hex 50 41 20 0 13 3C 45 29 2B 16
Octal 120 101 40 0 23 74 105 51 53 26
Binary 1010000 1000001 100000 0 10011 111100 1000101 101001 101011 10110

Color Harmonies of #504120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504120

Black with #504120

Text Example


Text Example

White with #504120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504120; }

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

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

background-color css

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

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

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

border-color css

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

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

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