Html Css Color HEX #504112 Madras

📋 copy color: '#504112'

red 80 ◦ green 65 ◦ blue 18

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

Shades of Madras #504112

Tints of Madras #504112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 49.08%
G = 39.88%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#504112 (or 0x504112) is known color: Madras. HEX triplet: 50, 41 and 12. RGB value is (80,65,18). Sum of RGB (Red+Green+Blue) = 80+65+18=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504112 is #AFBEED. Grayscale: #404040. Windows color (decimal): -11517678 or 1196368. OLE color: 1196368.

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

Color convert

RGB 80 65 18 -
CMYK 0 0.19 0.78 0.69
HSL 45.48º 0.63% 0.19% -
HSV(B) 45.48º 0.78% 0.31% -
XYZ 5.31 5.53 1.36 -
YUV 64.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 80 65 18 0 0.19 0.78 0.69 45.48 0.63 0.19
Hex 50 41 12 0 13 4E 45 2D 3F 13
Octal 120 101 22 0 23 116 105 55 77 23
Binary 1010000 1000001 10010 0 10011 1001110 1000101 101101 111111 10011

Color Harmonies of #504112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504112

Black with #504112

Text Example


Text Example

White with #504112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504112; }

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

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

background-color css

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

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

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

border-color css

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

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

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