#442E04

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

Shades of Mikado #442E04

Tints of Mikado #442E04

Color information

#442E04 (or 0x442E04) is unknown color: approx Mikado. HEX triplet: 44, 2E and 04. RGB value is (68,46,4). Sum of RGB (Red+Green+Blue) = 68+46+4=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E04 is #BBD1FB. Grayscale: #2F2F2F. Windows color (decimal): -12308988 or 273988. OLE color: 273988.

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

Color convert

RGB68464-
CMYK00.320.940.73
HSL39.38º88.89%14.12%-
HSV(B)39.38º94.12%26.67%-
XYZ3.383.190.55-
YUV47.79103.29142.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=57.63%
G=38.98%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6846400.320.940.7339.3888.8914.12
Hex442E40205E492759e
Octal1045640401361114713116
Binary100010010111010001000001011110100100110011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442E04; }

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

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

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

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

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

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

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

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