Html Css Color HEX #504118 Madras

📋 copy color: '#504118'

red 80 ◦ green 65 ◦ blue 24

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

Shades of Madras #504118

Tints of Madras #504118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 47.34%
G = 38.46%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#504118 (or 0x504118) is known color: Madras. HEX triplet: 50, 41 and 18. RGB value is (80,65,24). Sum of RGB (Red+Green+Blue) = 80+65+24=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504118 is #AFBEE7. Grayscale: #404040. Windows color (decimal): -11517672 or 1589584. OLE color: 1589584.

HSL color Cylindrical-coordinate representation of color #504118: hue angle of 43.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504118 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 65 24 -
CMYK 0 0.19 0.70 0.69
HSL 43.93º 0.54% 0.2% -
HSV(B) 43.93º 0.7% 0.31% -
XYZ 5.36 5.55 1.65 -
YUV 64.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 80 65 24 0 0.19 0.70 0.69 43.93 0.54 0.2
Hex 50 41 18 0 13 46 45 2C 36 14
Octal 120 101 30 0 23 106 105 54 66 24
Binary 1010000 1000001 11000 0 10011 1000110 1000101 101100 110110 10100

Color Harmonies of #504118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504118

Black with #504118

Text Example


Text Example

White with #504118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504118; }

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

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

background-color css

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

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

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

border-color css

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

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

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