#504203

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

Shades of Madras #504203

Tints of Madras #504203

Color information

#504203 (or 0x504203) is unknown color: approx Madras. HEX triplet: 50, 42 and 03. RGB value is (80,66,3). Sum of RGB (Red+Green+Blue) = 80+66+3=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #504203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504203 is #AFBDFC. Grayscale: #3F3F3F. Windows color (decimal): -11517437 or 213584. OLE color: 213584.

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

Color convert

RGB80663-
CMYK00.170.960.69
HSL49.09º92.77%16.27%-
HSV(B)49.09º96.25%31.37%-
XYZ5.275.610.89-
YUV6394.14140.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=53.69%
G=44.30%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066300.170.960.6949.0992.7716.27
Hex504230116045315d10
Octal12010230211401056113520
Binary101000010000101101000111000001000101110001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504203; }

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

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

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

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

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

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

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

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