Html Css Color HEX #504513 Madras

📋 copy color: '#504513'

red 80 ◦ green 69 ◦ blue 19

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

Shades of Madras #504513

Tints of Madras #504513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 47.62%
G = 41.07%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#504513 (or 0x504513) is known color: Madras. HEX triplet: 50, 45 and 13. RGB value is (80,69,19). Sum of RGB (Red+Green+Blue) = 80+69+19=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504513 is #AFBAEC. Grayscale: #424242. Windows color (decimal): -11516653 or 1262928. OLE color: 1262928.

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

Color convert

RGB 80 69 19 -
CMYK 0 0.14 0.76 0.69
HSL 49.18º 0.62% 0.19% -
HSV(B) 49.18º 0.76% 0.31% -
XYZ 5.55 6.01 1.48 -
YUV 66.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 80 69 19 0 0.14 0.76 0.69 49.18 0.62 0.19
Hex 50 45 13 0 E 4C 45 31 3E 13
Octal 120 105 23 0 16 114 105 61 76 23
Binary 1010000 1000101 10011 0 1110 1001100 1000101 110001 111110 10011

Color Harmonies of #504513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504513

Black with #504513

Text Example


Text Example

White with #504513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504513; }

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

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

background-color css

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

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

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

border-color css

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

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

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