#504405

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

Shades of Madras #504405

Tints of Madras #504405

Color information

#504405 (or 0x504405) is unknown color: approx Madras. HEX triplet: 50, 44 and 05. RGB value is (80,68,5). Sum of RGB (Red+Green+Blue) = 80+68+5=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #504405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504405 is #AFBBFA. Grayscale: #404040. Windows color (decimal): -11516923 or 345168. OLE color: 345168.

HSL color Cylindrical-coordinate representation of color #504405: hue angle of 50.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504405 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB80685-
CMYK00.150.940.69
HSL50.4º88.24%16.67%-
HSV(B)50.4º93.75%31.37%-
XYZ5.45.850.99-
YUV64.4194.48139.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=52.29%
G=44.44%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8068500.150.940.6950.488.2416.67
Hex504450F5E45325811
Octal12010450171361056213021
Binary101000010001001010111110111101000101110010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504405; }

 p { color: rgb(80,68,5); }

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

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

 a { background-color: rgb(80,68,5); }

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

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

 span { border-color: rgb(80,68,5); }

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