#473C04

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

Shades of Madras #473C04

Tints of Madras #473C04

Color information

#473C04 (or 0x473C04) is unknown color: approx Madras. HEX triplet: 47, 3C and 04. RGB value is (71,60,4). Sum of RGB (Red+Green+Blue) = 71+60+4=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C04 is #B8C3FB. Grayscale: #393939. Windows color (decimal): -12108796 or 277575. OLE color: 277575.

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

Color convert

RGB71604-
CMYK00.150.940.72
HSL50.15º89.33%14.71%-
HSV(B)50.15º94.37%27.84%-
XYZ4.244.580.78-
YUV56.998.14138.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 60 (23.83% from 255) = 44.44%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=52.59%
G=44.44%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7160400.150.940.7250.1589.3314.71
Hex473C40F5E483259f
Octal1077440171361106213117
Binary1000111111100100011111011110100100011001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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