#403316

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

Shades of Mikado #403316

Tints of Mikado #403316

Color information

#403316 (or 0x403316) is unknown color: approx Mikado. HEX triplet: 40, 33 and 16. RGB value is (64,51,22). Sum of RGB (Red+Green+Blue) = 64+51+22=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403316 is #BFCCE9. Grayscale: #333333. Windows color (decimal): -12569834 or 1454912. OLE color: 1454912.

HSL color Cylindrical-coordinate representation of color #403316: hue angle of 41.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403316 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB645122-
CMYK00.200.660.75
HSL41.43º48.84%16.86%-
HSV(B)41.43º65.62%25.1%-
XYZ3.443.521.26-
YUV51.58111.31136.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=46.72%
G=37.23%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64512200.200.660.7541.4348.8416.86
Hex403316014424B293111
Octal1006326024102113516121
Binary1000000110011101100101001000010100101110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403316; }

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

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

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

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

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

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

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

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