#473D04

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

Shades of Madras #473D04

Tints of Madras #473D04

Color information

#473D04 (or 0x473D04) is unknown color: approx Madras. HEX triplet: 47, 3D and 04. RGB value is (71,61,4). Sum of RGB (Red+Green+Blue) = 71+61+4=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #473D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D04 is #B8C2FB. Grayscale: #393939. Windows color (decimal): -12108540 or 277831. OLE color: 277831.

HSL color Cylindrical-coordinate representation of color #473D04: hue angle of 51.04º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #473D04 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB71614-
CMYK00.140.940.72
HSL51.04º89.33%14.71%-
HSV(B)51.04º94.37%27.84%-
XYZ4.294.690.79-
YUV57.4997.81137.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 61 (24.22% from 255) = 44.85%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=52.21%
G=44.85%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7161400.140.940.7251.0489.3314.71
Hex473D40E5E483359f
Octal1077540161361106313117
Binary1000111111101100011101011110100100011001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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