#443311

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

Shades of Mikado #443311

Tints of Mikado #443311

Color information

#443311 (or 0x443311) is unknown color: approx Mikado. HEX triplet: 44, 33 and 11. RGB value is (68,51,17). Sum of RGB (Red+Green+Blue) = 68+51+17=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #443311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443311 is #BBCCEE. Grayscale: #343434. Windows color (decimal): -12307695 or 1127236. OLE color: 1127236.

HSL color Cylindrical-coordinate representation of color #443311: hue angle of 40º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #443311 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB685117-
CMYK00.250.750.73
HSL40º60%16.67%-
HSV(B)40º75%26.67%-
XYZ3.673.641.04-
YUV52.21108.13139.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=50%
G=37.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68511700.250.750.73406016.67
Hex4433110194B49283c11
Octal1046321031113111507421
Binary1000100110011100010110011001011100100110100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443311; }

 p { color: rgb(68,51,17); }

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

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

 a { background-color: rgb(68,51,17); }

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

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

 span { border-color: rgb(68,51,17); }

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