Html Css Color HEX #504519 Madras

📋 copy color: '#504519'

red 80 ◦ green 69 ◦ blue 25

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

Shades of Madras #504519

Tints of Madras #504519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 45.98%
G = 39.66%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#504519 (or 0x504519) is known color: Madras. HEX triplet: 50, 45 and 19. RGB value is (80,69,25). Sum of RGB (Red+Green+Blue) = 80+69+25=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #504519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504519 is #AFBAE6. Grayscale: #434343. Windows color (decimal): -11516647 or 1656144. OLE color: 1656144.

HSL color Cylindrical-coordinate representation of color #504519: hue angle of 48º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504519 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 25 -
CMYK 0 0.14 0.69 0.69
HSL 48º 0.52% 0.21% -
HSV(B) 48º 0.69% 0.31% -
XYZ 5.61 6.03 1.79 -
YUV 67.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 80 69 25 0 0.14 0.69 0.69 48 0.52 0.21
Hex 50 45 19 0 E 45 45 30 34 15
Octal 120 105 31 0 16 105 105 60 64 25
Binary 1010000 1000101 11001 0 1110 1000101 1000101 110000 110100 10101

Color Harmonies of #504519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504519

Black with #504519

Text Example


Text Example

White with #504519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504519; }

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

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

background-color css

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

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

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

border-color css

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

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

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