#504216

Color #504216 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #504216

Tints of Madras #504216

Color information

#504216 (or 0x504216) is unknown color: approx Madras. HEX triplet: 50, 42 and 16. RGB value is (80,66,22). Sum of RGB (Red+Green+Blue) = 80+66+22=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504216 is #AFBDE9. Grayscale: #414141. Windows color (decimal): -11517418 or 1458768. OLE color: 1458768.

HSL color Cylindrical-coordinate representation of color #504216: hue angle of 45.52º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #504216 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB806622-
CMYK00.170.720.69
HSL45.52º56.86%20%-
HSV(B)45.52º72.5%31.37%-
XYZ5.45.661.57-
YUV65.17103.64138.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=47.62%
G=39.29%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80662200.170.720.6945.5256.8620
Hex50421601148452e3914
Octal12010226021110105567124
Binary10100001000010101100100011001000100010110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504216; }

 p { color: rgb(80,66,22); }

 H1.HeaderClassName
 {
   color: #504216;
 }
 .AnyTagClassName
 {
   color: #504216;
 }
</style>
background-color css

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

 a { background-color: rgb(80,66,22); }

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

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

 span { border-color: rgb(80,66,22); }

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