Html Css Color HEX #504113 Madras

📋 copy color: '#504113'

red 80 ◦ green 65 ◦ blue 19

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

Shades of Madras #504113

Tints of Madras #504113

RGB

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

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

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

R = 48.78%
G = 39.63%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#504113 (or 0x504113) is known color: Madras. HEX triplet: 50, 41 and 13. RGB value is (80,65,19). Sum of RGB (Red+Green+Blue) = 80+65+19=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #504113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504113 is #AFBEEC. Grayscale: #404040. Windows color (decimal): -11517677 or 1261904. OLE color: 1261904.

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

Color convert

RGB 80 65 19 -
CMYK 0 0.19 0.76 0.69
HSL 45.25º 0.62% 0.19% -
HSV(B) 45.25º 0.76% 0.31% -
XYZ 5.32 5.53 1.4 -
YUV 64.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 80 65 19 0 0.19 0.76 0.69 45.25 0.62 0.19
Hex 50 41 13 0 13 4C 45 2D 3E 13
Octal 120 101 23 0 23 114 105 55 76 23
Binary 1010000 1000001 10011 0 10011 1001100 1000101 101101 111110 10011

Color Harmonies of #504113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504113

Black with #504113

Text Example


Text Example

White with #504113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504113; }

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

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

background-color css

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

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

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

border-color css

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

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

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