#403612

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

Shades of Mikado #403612

Tints of Mikado #403612

Color information

#403612 (or 0x403612) is unknown color: approx Mikado. HEX triplet: 40, 36 and 12. RGB value is (64,54,18). Sum of RGB (Red+Green+Blue) = 64+54+18=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #403612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403612 is #BFC9ED. Grayscale: #353535. Windows color (decimal): -12569070 or 1193536. OLE color: 1193536.

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

Color convert

RGB645418-
CMYK00.160.720.75
HSL46.96º56.1%16.08%-
HSV(B)46.96º71.88%25.1%-
XYZ3.543.771.11-
YUV52.89108.31135.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=47.06%
G=39.71%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64541800.160.720.7546.9656.116.08
Hex403612010484B2f3810
Octal1006622020110113577020
Binary1000000110110100100100001001000100101110111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403612; }

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

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

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

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

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

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

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

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