#473000

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

Shades of Mikado #473000

Tints of Mikado #473000

Color information

#473000 (or 0x473000) is unknown color: approx Mikado. HEX triplet: 47, 30 and 00. RGB value is (71,48,0). Sum of RGB (Red+Green+Blue) = 71+48+0=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #473000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473000 is #B8CFFF. Grayscale: #313131. Windows color (decimal): -12111872 or 12359. OLE color: 12359.

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

Color convert

RGB71480-
CMYK00.3210.72
HSL40.56º100%13.92%-
HSV(B)40.56º100%27.84%-
XYZ3.663.450.47-
YUV49.4100.12143.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.66%
G=40.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7148000.3210.7240.5610013.92
Hex4730002064482964e
Octal1076000401441105114416
Binary1000111110000001000001100100100100010100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473000; }

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

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

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

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

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

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

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

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