#442D04

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

Shades of Mikado #442D04

Tints of Mikado #442D04

Color information

#442D04 (or 0x442D04) is unknown color: approx Mikado. HEX triplet: 44, 2D and 04. RGB value is (68,45,4). Sum of RGB (Red+Green+Blue) = 68+45+4=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #442D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D04 is #BBD2FB. Grayscale: #2F2F2F. Windows color (decimal): -12309244 or 273732. OLE color: 273732.

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

Color convert

RGB68454-
CMYK00.340.940.73
HSL38.44º88.89%14.12%-
HSV(B)38.44º94.12%26.67%-
XYZ3.343.110.54-
YUV47.2103.62142.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 45 (17.97% from 255) = 38.46%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=58.12%
G=38.46%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6845400.340.940.7338.4488.8914.12
Hex442D40225E492659e
Octal1045540421361114613116
Binary100010010110110001000101011110100100110011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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