#473101

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

Shades of Mikado #473101

Tints of Mikado #473101

Color information

#473101 (or 0x473101) is unknown color: approx Mikado. HEX triplet: 47, 31 and 01. RGB value is (71,49,1). Sum of RGB (Red+Green+Blue) = 71+49+1=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #473101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473101 is #B8CEFE. Grayscale: #323232. Windows color (decimal): -12111615 or 78151. OLE color: 78151.

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

Color convert

RGB71491-
CMYK00.310.990.72
HSL41.14º97.22%14.12%-
HSV(B)41.14º98.59%27.84%-
XYZ3.73.540.52-
YUV50.11100.29142.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=58.68%
G=40.50%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7149100.310.990.7241.1497.2214.12
Hex4731101F63482961e
Octal1076110371431105114116
Binary100011111000110111111100011100100010100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473101; }

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

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

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

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

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

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

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

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