#443505

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

Shades of Mikado #443505

Tints of Mikado #443505

Color information

#443505 (or 0x443505) is unknown color: approx Mikado. HEX triplet: 44, 35 and 05. RGB value is (68,53,5). Sum of RGB (Red+Green+Blue) = 68+53+5=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #443505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443505 is #BBCAFA. Grayscale: #343434. Windows color (decimal): -12307195 or 341316. OLE color: 341316.

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

Color convert

RGB68535-
CMYK00.220.930.73
HSL45.71º86.3%14.31%-
HSV(B)45.71º92.65%26.67%-
XYZ3.683.790.68-
YUV52.01101.47139.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=53.97%
G=42.06%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6853500.220.930.7345.7186.314.31
Hex443550165D492e56e
Octal1046550261351115612616
Binary10001001101011010101101011101100100110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443505; }

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

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

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

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

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

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

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

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