#403313

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

Shades of Mikado #403313

Tints of Mikado #403313

Color information

#403313 (or 0x403313) is unknown color: approx Mikado. HEX triplet: 40, 33 and 13. RGB value is (64,51,19). Sum of RGB (Red+Green+Blue) = 64+51+19=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403313 is #BFCCEC. Grayscale: #333333. Windows color (decimal): -12569837 or 1258304. OLE color: 1258304.

HSL color Cylindrical-coordinate representation of color #403313: hue angle of 42.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403313 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB645119-
CMYK00.200.700.75
HSL42.67º54.22%16.27%-
HSV(B)42.67º70.31%25.1%-
XYZ3.423.51.11-
YUV51.24109.81137.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=47.76%
G=38.06%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64511900.200.700.7542.6754.2216.27
Hex403313014464B2b3610
Octal1006323024106113536620
Binary1000000110011100110101001000110100101110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403313; }

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

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

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

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

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

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

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

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