#443201

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

Shades of Mikado #443201

Tints of Mikado #443201

Color information

#443201 (or 0x443201) is unknown color: approx Mikado. HEX triplet: 44, 32 and 01. RGB value is (68,50,1). Sum of RGB (Red+Green+Blue) = 68+50+1=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #443201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443201 is #BBCDFE. Grayscale: #323232. Windows color (decimal): -12307967 or 78404. OLE color: 78404.

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

Color convert

RGB68501-
CMYK00.260.990.73
HSL43.88º97.1%13.53%-
HSV(B)43.88º98.53%26.67%-
XYZ3.533.510.52-
YUV49.8100.46140.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=57.14%
G=42.02%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6850100.260.990.7343.8897.113.53
Hex4432101A63492c61e
Octal1046210321431115414116
Binary100010011001010110101100011100100110110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443201; }

 p { color: rgb(68,50,1); }

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

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

 a { background-color: rgb(68,50,1); }

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

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

 span { border-color: rgb(68,50,1); }

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