#473104

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

Shades of Mikado #473104

Tints of Mikado #473104

Color information

#473104 (or 0x473104) is unknown color: approx Mikado. HEX triplet: 47, 31 and 04. RGB value is (71,49,4). Sum of RGB (Red+Green+Blue) = 71+49+4=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473104 is #B8CEFB. Grayscale: #323232. Windows color (decimal): -12111612 or 274759. OLE color: 274759.

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

Color convert

RGB71494-
CMYK00.310.940.72
HSL40.3º89.33%14.71%-
HSV(B)40.3º94.37%27.84%-
XYZ3.723.540.6-
YUV50.45101.79142.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=57.26%
G=39.52%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7149400.310.940.7240.389.3314.71
Hex4731401F5E482859f
Octal1076140371361105013117
Binary10001111100011000111111011110100100010100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473104; }

 p { color: rgb(71,49,4); }

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

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

 a { background-color: rgb(71,49,4); }

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

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

 span { border-color: rgb(71,49,4); }

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