#443513

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

Shades of Mikado #443513

Tints of Mikado #443513

Color information

#443513 (or 0x443513) is unknown color: approx Mikado. HEX triplet: 44, 35 and 13. RGB value is (68,53,19). Sum of RGB (Red+Green+Blue) = 68+53+19=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443513 is #BBCAEC. Grayscale: #353535. Windows color (decimal): -12307181 or 1258820. OLE color: 1258820.

HSL color Cylindrical-coordinate representation of color #443513: hue angle of 41.63º 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 #443513 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB685319-
CMYK00.220.720.73
HSL41.63º56.32%17.06%-
HSV(B)41.63º72.06%26.67%-
XYZ3.773.821.15-
YUV53.61108.47138.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=48.57%
G=37.86%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68531900.220.720.7341.6356.3217.06
Hex44351301648492a3811
Octal1046523026110111527021
Binary1000100110101100110101101001000100100110101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443513; }

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

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

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

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

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

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

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

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