#473201

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

Shades of Mikado #473201

Tints of Mikado #473201

Color information

#473201 (or 0x473201) is unknown color: approx Mikado. HEX triplet: 47, 32 and 01. RGB value is (71,50,1). Sum of RGB (Red+Green+Blue) = 71+50+1=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #473201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473201 is #B8CDFE. Grayscale: #323232. Windows color (decimal): -12111359 or 78407. OLE color: 78407.

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

Color convert

RGB71501-
CMYK00.300.990.72
HSL42º97.22%14.12%-
HSV(B)42º98.59%27.84%-
XYZ3.743.620.53-
YUV50.6999.96142.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=58.20%
G=40.98%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7150100.300.990.724297.2214.12
Hex4732101E63482a61e
Octal1076210361431105214116
Binary100011111001010111101100011100100010101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473201; }

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

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

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

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

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

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

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

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