#473303

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

Shades of Mikado #473303

Tints of Mikado #473303

Color information

#473303 (or 0x473303) is unknown color: approx Mikado. HEX triplet: 47, 33 and 03. RGB value is (71,51,3). Sum of RGB (Red+Green+Blue) = 71+51+3=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #473303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473303 is #B8CCFC. Grayscale: #333333. Windows color (decimal): -12111101 or 209735. OLE color: 209735.

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

Color convert

RGB71513-
CMYK00.280.960.72
HSL42.35º91.89%14.51%-
HSV(B)42.35º95.77%27.84%-
XYZ3.83.710.6-
YUV51.51100.63141.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=56.8%
G=40.8%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7151300.280.960.7242.3591.8914.51
Hex4733301C60482a5cf
Octal1076330341401105213417
Binary1000111110011110111001100000100100010101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473303; }

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

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

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

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

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

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

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

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