#403616

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

Shades of Mikado #403616

Tints of Mikado #403616

Color information

#403616 (or 0x403616) is unknown color: approx Mikado. HEX triplet: 40, 36 and 16. RGB value is (64,54,22). Sum of RGB (Red+Green+Blue) = 64+54+22=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403616 is #BFC9E9. Grayscale: #353535. Windows color (decimal): -12569066 or 1455680. OLE color: 1455680.

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

Color convert

RGB645422-
CMYK00.160.660.75
HSL45.71º48.84%16.86%-
HSV(B)45.71º65.62%25.1%-
XYZ3.583.791.3-
YUV53.34110.31135.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=45.71%
G=38.57%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64542200.160.660.7545.7148.8416.86
Hex403616010424B2e3111
Octal1006626020102113566121
Binary1000000110110101100100001000010100101110111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403616; }

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

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

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

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

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

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

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

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