#443518

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

Shades of Mikado #443518

Tints of Mikado #443518

Color information

#443518 (or 0x443518) is unknown color: approx Mikado. HEX triplet: 44, 35 and 18. RGB value is (68,53,24). Sum of RGB (Red+Green+Blue) = 68+53+24=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #443518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443518 is #BBCAE7. Grayscale: #363636. Windows color (decimal): -12307176 or 1586500. OLE color: 1586500.

HSL color Cylindrical-coordinate representation of color #443518: hue angle of 39.55º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443518 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB685324-
CMYK00.220.650.73
HSL39.55º47.83%18.04%-
HSV(B)39.55º64.71%26.67%-
XYZ3.823.841.4-
YUV54.18110.97137.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=46.90%
G=36.55%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68532400.220.650.7339.5547.8318.04
Hex4435180164149283012
Octal1046530026101111506022
Binary1000100110101110000101101000001100100110100011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443518; }

 p { color: rgb(68,53,24); }

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

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

 a { background-color: rgb(68,53,24); }

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

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

 span { border-color: rgb(68,53,24); }

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