#443002

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

Shades of Mikado #443002

Tints of Mikado #443002

Color information

#443002 (or 0x443002) is unknown color: approx Mikado. HEX triplet: 44, 30 and 02. RGB value is (68,48,2). Sum of RGB (Red+Green+Blue) = 68+48+2=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #443002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443002 is #BBCFFD. Grayscale: #303030. Windows color (decimal): -12308478 or 143428. OLE color: 143428.

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

Color convert

RGB68482-
CMYK00.290.970.73
HSL41.82º94.29%13.73%-
HSV(B)41.82º97.06%26.67%-
XYZ3.453.350.52-
YUV48.74101.63141.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=57.63%
G=40.68%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6848200.290.970.7341.8294.2913.73
Hex4430201D61492a5ee
Octal1046020351411115213616
Binary1000100110000100111011100001100100110101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443002; }

 p { color: rgb(68,48,2); }

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

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

 a { background-color: rgb(68,48,2); }

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

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

 span { border-color: rgb(68,48,2); }

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