#473402

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

Shades of Mikado #473402

Tints of Mikado #473402

Color information

#473402 (or 0x473402) is unknown color: approx Mikado. HEX triplet: 47, 34 and 02. RGB value is (71,52,2). Sum of RGB (Red+Green+Blue) = 71+52+2=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #473402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473402 is #B8CBFD. Grayscale: #343434. Windows color (decimal): -12110846 or 144455. OLE color: 144455.

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

Color convert

RGB71522-
CMYK00.270.970.72
HSL43.48º94.52%14.31%-
HSV(B)43.48º97.18%27.84%-
XYZ3.843.80.59-
YUV51.9899.79141.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=56.8%
G=41.6%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7152200.270.970.7243.4894.5214.31
Hex4734201B61482b5fe
Octal1076420331411105313716
Binary1000111110100100110111100001100100010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473402; }

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

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

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

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

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

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

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

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