Html Css Color HEX #504518 Madras

📋 copy color: '#504518'

red 80 ◦ green 69 ◦ blue 24

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

Shades of Madras #504518

Tints of Madras #504518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

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

R = 46.24%
G = 39.88%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#504518 (or 0x504518) is known color: Madras. HEX triplet: 50, 45 and 18. RGB value is (80,69,24). Sum of RGB (Red+Green+Blue) = 80+69+24=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #504518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504518 is #AFBAE7. Grayscale: #434343. Windows color (decimal): -11516648 or 1590608. OLE color: 1590608.

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

Color convert

RGB 80 69 24 -
CMYK 0 0.14 0.70 0.69
HSL 48.21º 0.54% 0.2% -
HSV(B) 48.21º 0.7% 0.31% -
XYZ 5.6 6.03 1.73 -
YUV 67.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 80 69 24 0 0.14 0.70 0.69 48.21 0.54 0.2
Hex 50 45 18 0 E 46 45 30 36 14
Octal 120 105 30 0 16 106 105 60 66 24
Binary 1010000 1000101 11000 0 1110 1000110 1000101 110000 110110 10100

Color Harmonies of #504518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504518

Black with #504518

Text Example


Text Example

White with #504518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504518; }

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

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

background-color css

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

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

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

border-color css

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

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

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