#442D06

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

Shades of Mikado #442D06

Tints of Mikado #442D06

Color information

#442D06 (or 0x442D06) is unknown color: approx Mikado. HEX triplet: 44, 2D and 06. RGB value is (68,45,6). Sum of RGB (Red+Green+Blue) = 68+45+6=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #442D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D06 is #BBD2F9. Grayscale: #2F2F2F. Windows color (decimal): -12309242 or 404804. OLE color: 404804.

HSL color Cylindrical-coordinate representation of color #442D06: hue angle of 37.74º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #442D06 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB68456-
CMYK00.340.910.73
HSL37.74º83.78%14.51%-
HSV(B)37.74º91.18%26.67%-
XYZ3.363.120.6-
YUV47.43104.62142.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=57.14%
G=37.82%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6845600.340.910.7337.7483.7814.51
Hex442D60225B492654f
Octal1045560421331114612417
Binary100010010110111001000101011011100100110011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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