#504403

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

Shades of Madras #504403

Tints of Madras #504403

Color information

#504403 (or 0x504403) is unknown color: approx Madras. HEX triplet: 50, 44 and 03. RGB value is (80,68,3). Sum of RGB (Red+Green+Blue) = 80+68+3=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #504403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504403 is #AFBBFC. Grayscale: #404040. Windows color (decimal): -11516925 or 214096. OLE color: 214096.

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

Color convert

RGB80683-
CMYK00.150.960.69
HSL50.65º92.77%16.27%-
HSV(B)50.65º96.25%31.37%-
XYZ5.395.850.93-
YUV64.1893.48139.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=52.98%
G=45.03%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8068300.150.960.6950.6592.7716.27
Hex504430F6045335d10
Octal12010430171401056313520
Binary10100001000100110111111000001000101110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504403; }

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

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

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

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

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

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

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

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