#443313

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

Shades of Mikado #443313

Tints of Mikado #443313

Color information

#443313 (or 0x443313) is unknown color: approx Mikado. HEX triplet: 44, 33 and 13. RGB value is (68,51,19). Sum of RGB (Red+Green+Blue) = 68+51+19=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #443313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443313 is #BBCCEC. Grayscale: #343434. Windows color (decimal): -12307693 or 1258308. OLE color: 1258308.

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

Color convert

RGB685119-
CMYK00.250.720.73
HSL39.18º56.32%17.06%-
HSV(B)39.18º72.06%26.67%-
XYZ3.693.641.13-
YUV52.43109.13139.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=49.28%
G=36.96%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68511900.250.720.7339.1856.3217.06
Hex4433130194849273811
Octal1046323031110111477021
Binary1000100110011100110110011001000100100110011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443313; }

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

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

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

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

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

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

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

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