#473503

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

Shades of Madras #473503

Tints of Madras #473503

Color information

#473503 (or 0x473503) is unknown color: approx Madras. HEX triplet: 47, 35 and 03. RGB value is (71,53,3). Sum of RGB (Red+Green+Blue) = 71+53+3=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #473503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473503 is #B8CAFC. Grayscale: #343434. Windows color (decimal): -12110589 or 210247. OLE color: 210247.

HSL color Cylindrical-coordinate representation of color #473503: hue angle of 44.12º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #473503 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB71533-
CMYK00.250.960.72
HSL44.12º91.89%14.51%-
HSV(B)44.12º95.77%27.84%-
XYZ3.893.890.63-
YUV52.6899.96141.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=55.91%
G=41.73%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7153300.250.960.7244.1291.8914.51
Hex4735301960482c5cf
Octal1076530311401105413417
Binary1000111110101110110011100000100100010110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473503; }

 p { color: rgb(71,53,3); }

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

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

 a { background-color: rgb(71,53,3); }

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

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

 span { border-color: rgb(71,53,3); }

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