#473301

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

Shades of Mikado #473301

Tints of Mikado #473301

Color information

#473301 (or 0x473301) is unknown color: approx Mikado. HEX triplet: 47, 33 and 01. RGB value is (71,51,1). Sum of RGB (Red+Green+Blue) = 71+51+1=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #473301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473301 is #B8CCFE. Grayscale: #333333. Windows color (decimal): -12111103 or 78663. OLE color: 78663.

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

Color convert

RGB71511-
CMYK00.280.990.72
HSL42.86º97.22%14.12%-
HSV(B)42.86º98.59%27.84%-
XYZ3.793.710.55-
YUV51.2899.63142.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=57.72%
G=41.46%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7151100.280.990.7242.8697.2214.12
Hex4733101C63482b61e
Octal1076310341431105314116
Binary100011111001110111001100011100100010101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473301; }

 p { color: rgb(71,51,1); }

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

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

 a { background-color: rgb(71,51,1); }

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

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

 span { border-color: rgb(71,51,1); }

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