#473200

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

Shades of Mikado #473200

Tints of Mikado #473200

Color information

#473200 (or 0x473200) is unknown color: approx Mikado. HEX triplet: 47, 32 and 00. RGB value is (71,50,0). Sum of RGB (Red+Green+Blue) = 71+50+0=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #473200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473200 is #B8CDFF. Grayscale: #323232. Windows color (decimal): -12111360 or 12871. OLE color: 12871.

HSL color Cylindrical-coordinate representation of color #473200: hue angle of 42.25º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #473200 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB71500-
CMYK00.3010.72
HSL42.25º100%13.92%-
HSV(B)42.25º100%27.84%-
XYZ3.743.620.5-
YUV50.5899.46142.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.68%
G=41.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7150000.3010.7242.2510013.92
Hex4732001E64482a64e
Octal1076200361441105214416
Binary100011111001000111101100100100100010101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473200; }

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

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

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

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

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

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

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

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