#473F05

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

Shades of Madras #473F05

Tints of Madras #473F05

Color information

#473F05 (or 0x473F05) is unknown color: approx Madras. HEX triplet: 47, 3F and 05. RGB value is (71,63,5). Sum of RGB (Red+Green+Blue) = 71+63+5=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #473F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F05 is #B8C0FA. Grayscale: #3B3B3B. Windows color (decimal): -12108027 or 343879. OLE color: 343879.

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

Color convert

RGB71635-
CMYK00.110.930.72
HSL52.73º86.84%14.9%-
HSV(B)52.73º92.96%27.84%-
XYZ4.44.910.86-
YUV58.7897.65136.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=51.08%
G=45.32%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7163500.110.930.7252.7386.8414.9
Hex473F50B5D483557f
Octal1077750131351106512717
Binary1000111111111101010111011101100100011010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,63,5); }

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

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

 a { background-color: rgb(71,63,5); }

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

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

 span { border-color: rgb(71,63,5); }

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