#473406

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

Shades of Mikado #473406

Tints of Mikado #473406

Color information

#473406 (or 0x473406) is unknown color: approx Mikado. HEX triplet: 47, 34 and 06. RGB value is (71,52,6). Sum of RGB (Red+Green+Blue) = 71+52+6=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #473406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473406 is #B8CBF9. Grayscale: #343434. Windows color (decimal): -12110842 or 406599. OLE color: 406599.

HSL color Cylindrical-coordinate representation of color #473406: hue angle of 42.46º 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 #473406 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB71526-
CMYK00.270.920.72
HSL42.46º84.42%15.1%-
HSV(B)42.46º91.55%27.84%-
XYZ3.863.810.7-
YUV52.44101.79141.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=55.04%
G=40.31%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7152600.270.920.7242.4684.4215.1
Hex4734601B5C482a54f
Octal1076460331341105212417
Binary10001111101001100110111011100100100010101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473406; }

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

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

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

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

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

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

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

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