#473005

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

Shades of Mikado #473005

Tints of Mikado #473005

Color information

#473005 (or 0x473005) is unknown color: approx Mikado. HEX triplet: 47, 30 and 05. RGB value is (71,48,5). Sum of RGB (Red+Green+Blue) = 71+48+5=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473005 is #B8CFFA. Grayscale: #323232. Windows color (decimal): -12111867 or 340039. OLE color: 340039.

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

Color convert

RGB71485-
CMYK00.320.930.72
HSL39.09º86.84%14.9%-
HSV(B)39.09º92.96%27.84%-
XYZ3.683.460.62-
YUV49.98102.62143-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=57.26%
G=38.71%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7148500.320.930.7239.0986.8414.9
Hex473050205D482757f
Octal1076050401351104712717
Binary100011111000010101000001011101100100010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473005; }

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

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

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

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

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

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

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

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