#473A04

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

Shades of Madras #473A04

Tints of Madras #473A04

Color information

#473A04 (or 0x473A04) is unknown color: approx Madras. HEX triplet: 47, 3A and 04. RGB value is (71,58,4). Sum of RGB (Red+Green+Blue) = 71+58+4=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #473A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A04 is #B8C5FB. Grayscale: #373737. Windows color (decimal): -12109308 or 277063. OLE color: 277063.

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

Color convert

RGB71584-
CMYK00.180.940.72
HSL48.36º89.33%14.71%-
HSV(B)48.36º94.37%27.84%-
XYZ4.134.370.74-
YUV55.7398.81138.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=53.38%
G=43.61%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7158400.180.940.7248.3689.3314.71
Hex473A40125E483059f
Octal1077240221361106013117
Binary10001111110101000100101011110100100011000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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