#473002

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

Shades of Mikado #473002

Tints of Mikado #473002

Color information

#473002 (or 0x473002) is unknown color: approx Mikado. HEX triplet: 47, 30 and 02. RGB value is (71,48,2). Sum of RGB (Red+Green+Blue) = 71+48+2=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #473002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473002 is #B8CFFD. Grayscale: #313131. Windows color (decimal): -12111870 or 143431. OLE color: 143431.

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

Color convert

RGB71482-
CMYK00.320.970.72
HSL40º94.52%14.31%-
HSV(B)40º97.18%27.84%-
XYZ3.673.460.53-
YUV49.63101.12143.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=58.68%
G=39.67%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7148200.320.970.724094.5214.31
Hex473020206148285fe
Octal1076020401411105013716
Binary10001111100001001000001100001100100010100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473002; }

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

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

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

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

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

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

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

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