#473302

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

Shades of Mikado #473302

Tints of Mikado #473302

Color information

#473302 (or 0x473302) is unknown color: approx Mikado. HEX triplet: 47, 33 and 02. RGB value is (71,51,2). Sum of RGB (Red+Green+Blue) = 71+51+2=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473302 is #B8CCFD. Grayscale: #333333. Windows color (decimal): -12111102 or 144199. OLE color: 144199.

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

Color convert

RGB71512-
CMYK00.280.970.72
HSL42.61º94.52%14.31%-
HSV(B)42.61º97.18%27.84%-
XYZ3.793.710.57-
YUV51.39100.13141.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=57.26%
G=41.13%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7151200.280.970.7242.6194.5214.31
Hex4733201C61482b5fe
Octal1076320341411105313716
Binary1000111110011100111001100001100100010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473302; }

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

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

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

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

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

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

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

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