#473205

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

Shades of Mikado #473205

Tints of Mikado #473205

Color information

#473205 (or 0x473205) is unknown color: approx Mikado. HEX triplet: 47, 32 and 05. RGB value is (71,50,5). Sum of RGB (Red+Green+Blue) = 71+50+5=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #473205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473205 is #B8CDFA. Grayscale: #333333. Windows color (decimal): -12111355 or 340551. OLE color: 340551.

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

Color convert

RGB71505-
CMYK00.300.930.72
HSL40.91º86.84%14.9%-
HSV(B)40.91º92.96%27.84%-
XYZ3.773.630.65-
YUV51.15101.96142.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=56.35%
G=39.68%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7150500.300.930.7240.9186.8414.9
Hex4732501E5D482957f
Octal1076250361351105112717
Binary10001111100101010111101011101100100010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473205; }

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

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

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

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

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

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

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

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