#473400

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

Shades of Mikado #473400

Tints of Mikado #473400

Color information

#473400 (or 0x473400) is unknown color: approx Mikado. HEX triplet: 47, 34 and 00. RGB value is (71,52,0). Sum of RGB (Red+Green+Blue) = 71+52+0=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #473400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473400 is #B8CBFF. Grayscale: #333333. Windows color (decimal): -12110848 or 13383. OLE color: 13383.

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

Color convert

RGB71520-
CMYK00.2710.72
HSL43.94º100%13.92%-
HSV(B)43.94º100%27.84%-
XYZ3.833.80.53-
YUV51.7598.79141.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.72%
G=42.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7152000.2710.7243.9410013.92
Hex4734001B64482c64e
Octal1076400331441105414416
Binary100011111010000110111100100100100010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473400; }

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

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

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

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

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

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

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

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