#403416

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

Shades of Mikado #403416

Tints of Mikado #403416

Color information

#403416 (or 0x403416) is unknown color: approx Mikado. HEX triplet: 40, 34 and 16. RGB value is (64,52,22). Sum of RGB (Red+Green+Blue) = 64+52+22=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403416 is #BFCBE9. Grayscale: #343434. Windows color (decimal): -12569578 or 1455168. OLE color: 1455168.

HSL color Cylindrical-coordinate representation of color #403416: hue angle of 42.86º 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 #403416 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB645222-
CMYK00.190.660.75
HSL42.86º48.84%16.86%-
HSV(B)42.86º65.62%25.1%-
XYZ3.493.61.27-
YUV52.17110.98136.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=46.38%
G=37.68%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64522200.190.660.7542.8648.8416.86
Hex403416013424B2b3111
Octal1006426023102113536121
Binary1000000110100101100100111000010100101110101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403416; }

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

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

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

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

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

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

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

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