#473105

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

Shades of Mikado #473105

Tints of Mikado #473105

Color information

#473105 (or 0x473105) is unknown color: approx Mikado. HEX triplet: 47, 31 and 05. RGB value is (71,49,5). Sum of RGB (Red+Green+Blue) = 71+49+5=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #473105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473105 is #B8CEFA. Grayscale: #323232. Windows color (decimal): -12111611 or 340295. OLE color: 340295.

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

Color convert

RGB71495-
CMYK00.310.930.72
HSL40º86.84%14.9%-
HSV(B)40º92.96%27.84%-
XYZ3.723.550.63-
YUV50.56102.29142.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 5 (2.34% from 255) = 4%
R=56.8%
G=39.2%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7149500.310.930.724086.8414.9
Hex4731501F5D482857f
Octal1076150371351105012717
Binary10001111100011010111111011101100100010100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473105; }

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

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

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

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

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

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

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

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