#442E07

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

Shades of Mikado #442E07

Tints of Mikado #442E07

Color information

#442E07 (or 0x442E07) is unknown color: approx Mikado. HEX triplet: 44, 2E and 07. RGB value is (68,46,7). Sum of RGB (Red+Green+Blue) = 68+46+7=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #442E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E07 is #BBD1F8. Grayscale: #303030. Windows color (decimal): -12308985 or 470596. OLE color: 470596.

HSL color Cylindrical-coordinate representation of color #442E07: hue angle of 38.36º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #442E07 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68467-
CMYK00.320.900.73
HSL38.36º81.33%14.71%-
HSV(B)38.36º89.71%26.67%-
XYZ3.43.20.64-
YUV48.13104.79142.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=56.20%
G=38.02%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6846700.320.900.7338.3681.3314.71
Hex442E70205A492651f
Octal1045670401321114612117
Binary100010010111011101000001011010100100110011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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