#473003

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

Shades of Mikado #473003

Tints of Mikado #473003

Color information

#473003 (or 0x473003) is unknown color: approx Mikado. HEX triplet: 47, 30 and 03. RGB value is (71,48,3). Sum of RGB (Red+Green+Blue) = 71+48+3=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #473003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473003 is #B8CFFC. Grayscale: #313131. Windows color (decimal): -12111869 or 208967. OLE color: 208967.

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

Color convert

RGB71483-
CMYK00.320.960.72
HSL39.71º91.89%14.51%-
HSV(B)39.71º95.77%27.84%-
XYZ3.673.460.56-
YUV49.75101.62143.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=58.20%
G=39.34%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7148300.320.960.7239.7191.8914.51
Hex473030206048285cf
Octal1076030401401105013417
Binary10001111100001101000001100000100100010100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473003; }

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

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

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

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

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

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

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

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