#473A06

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

Shades of Madras #473A06

Tints of Madras #473A06

Color information

#473A06 (or 0x473A06) is unknown color: approx Madras. HEX triplet: 47, 3A and 06. RGB value is (71,58,6). Sum of RGB (Red+Green+Blue) = 71+58+6=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A06 is #B8C5F9. Grayscale: #383838. Windows color (decimal): -12109306 or 408135. OLE color: 408135.

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

Color convert

RGB71586-
CMYK00.180.920.72
HSL48º84.42%15.1%-
HSV(B)48º91.55%27.84%-
XYZ4.144.380.8-
YUV55.9699.81138.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=52.59%
G=42.96%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7158600.180.920.724884.4215.1
Hex473A60125C483054f
Octal1077260221341106012417
Binary10001111110101100100101011100100100011000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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