#473206

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

Shades of Mikado #473206

Tints of Mikado #473206

Color information

#473206 (or 0x473206) is unknown color: approx Mikado. HEX triplet: 47, 32 and 06. RGB value is (71,50,6). Sum of RGB (Red+Green+Blue) = 71+50+6=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #473206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473206 is #B8CDF9. Grayscale: #333333. Windows color (decimal): -12111354 or 406087. OLE color: 406087.

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

Color convert

RGB71506-
CMYK00.300.920.72
HSL40.62º84.42%15.1%-
HSV(B)40.62º91.55%27.84%-
XYZ3.773.630.67-
YUV51.26102.46142.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=55.91%
G=39.37%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7150600.300.920.7240.6284.4215.1
Hex4732601E5C482954f
Octal1076260361341105112417
Binary10001111100101100111101011100100100010100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473206; }

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

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

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

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

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

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

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

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