#473D03

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

Shades of Madras #473D03

Tints of Madras #473D03

Color information

#473D03 (or 0x473D03) is unknown color: approx Madras. HEX triplet: 47, 3D and 03. RGB value is (71,61,3). Sum of RGB (Red+Green+Blue) = 71+61+3=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D03 is #B8C2FC. Grayscale: #393939. Windows color (decimal): -12108541 or 212295. OLE color: 212295.

HSL color Cylindrical-coordinate representation of color #473D03: hue angle of 51.18º 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 #473D03 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB71613-
CMYK00.140.960.72
HSL51.18º91.89%14.51%-
HSV(B)51.18º95.77%27.84%-
XYZ4.284.680.76-
YUV57.3897.31137.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 61 (24.22% from 255) = 45.19%
BLUE value IS 3 (1.56% from 255) = 2.22%
R=52.59%
G=45.19%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7161300.140.960.7251.1891.8914.51
Hex473D30E6048335cf
Octal1077530161401106313417
Binary100011111110111011101100000100100011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473D03; }

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

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

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

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

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

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

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

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