#443504

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

Shades of Mikado #443504

Tints of Mikado #443504

Color information

#443504 (or 0x443504) is unknown color: approx Mikado. HEX triplet: 44, 35 and 04. RGB value is (68,53,4). Sum of RGB (Red+Green+Blue) = 68+53+4=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #443504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443504 is #BBCAFB. Grayscale: #343434. Windows color (decimal): -12307196 or 275780. OLE color: 275780.

HSL color Cylindrical-coordinate representation of color #443504: hue angle of 45.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #443504 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB68534-
CMYK00.220.940.73
HSL45.94º88.89%14.12%-
HSV(B)45.94º94.12%26.67%-
XYZ3.683.780.65-
YUV51.9100.97139.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=54.4%
G=42.4%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6853400.220.940.7345.9488.8914.12
Hex443540165E492e59e
Octal1046540261361115613116
Binary10001001101011000101101011110100100110111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443504; }

 p { color: rgb(68,53,4); }

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

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

 a { background-color: rgb(68,53,4); }

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

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

 span { border-color: rgb(68,53,4); }

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