#442C03

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

Shades of Mikado #442C03

Tints of Mikado #442C03

Color information

#442C03 (or 0x442C03) is unknown color: approx Mikado. HEX triplet: 44, 2C and 03. RGB value is (68,44,3). Sum of RGB (Red+Green+Blue) = 68+44+3=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C03 is #BBD3FC. Grayscale: #2E2E2E. Windows color (decimal): -12309501 or 207940. OLE color: 207940.

HSL color Cylindrical-coordinate representation of color #442C03: hue angle of 37.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #442C03 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB68443-
CMYK00.350.960.73
HSL37.85º91.55%13.92%-
HSV(B)37.85º95.59%26.67%-
XYZ3.33.040.5-
YUV46.5103.45143.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=59.13%
G=38.26%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6844300.350.960.7337.8591.5513.92
Hex442C30236049265ce
Octal1045430431401114613416
Binary10001001011001101000111100000100100110011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,3); }

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

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

 a { background-color: rgb(68,44,3); }

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

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

 span { border-color: rgb(68,44,3); }

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