#443310

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

Shades of Mikado #443310

Tints of Mikado #443310

Color information

#443310 (or 0x443310) is unknown color: approx Mikado. HEX triplet: 44, 33 and 10. RGB value is (68,51,16). Sum of RGB (Red+Green+Blue) = 68+51+16=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #443310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443310 is #BBCCEF. Grayscale: #343434. Windows color (decimal): -12307696 or 1061700. OLE color: 1061700.

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

Color convert

RGB685116-
CMYK00.250.760.73
HSL40.38º61.9%16.47%-
HSV(B)40.38º76.47%26.67%-
XYZ3.663.631-
YUV52.09107.63139.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=50.37%
G=37.78%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68511600.250.760.7340.3861.916.47
Hex4433100194C49283e10
Octal1046320031114111507620
Binary1000100110011100000110011001100100100110100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443310; }

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

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

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

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

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

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

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

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