#443404

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

Shades of Mikado #443404

Tints of Mikado #443404

Color information

#443404 (or 0x443404) is unknown color: approx Mikado. HEX triplet: 44, 34 and 04. RGB value is (68,52,4). Sum of RGB (Red+Green+Blue) = 68+52+4=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #443404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443404 is #BBCBFB. Grayscale: #333333. Windows color (decimal): -12307452 or 275524. OLE color: 275524.

HSL color Cylindrical-coordinate representation of color #443404: hue angle of 45º 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 #443404 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB68524-
CMYK00.240.940.73
HSL45º88.89%14.12%-
HSV(B)45º94.12%26.67%-
XYZ3.633.690.64-
YUV51.31101.3139.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=54.84%
G=41.94%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6852400.240.940.734588.8914.12
Hex443440185E492d59e
Octal1046440301361115513116
Binary10001001101001000110001011110100100110110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443404; }

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

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

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

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

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

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

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

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