#442E06

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

Shades of Mikado #442E06

Tints of Mikado #442E06

Color information

#442E06 (or 0x442E06) is unknown color: approx Mikado. HEX triplet: 44, 2E and 06. RGB value is (68,46,6). Sum of RGB (Red+Green+Blue) = 68+46+6=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E06 is #BBD1F9. Grayscale: #303030. Windows color (decimal): -12308986 or 405060. OLE color: 405060.

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

Color convert

RGB68466-
CMYK00.320.910.73
HSL38.71º83.78%14.51%-
HSV(B)38.71º91.18%26.67%-
XYZ3.393.20.61-
YUV48.02104.29142.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 46 (18.36% from 255) = 38.33%
BLUE value IS 6 (2.73% from 255) = 5%
R=56.67%
G=38.33%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6846600.320.910.7338.7183.7814.51
Hex442E60205B492754f
Octal1045660401331114712417
Binary100010010111011001000001011011100100110011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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