#403412

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

Shades of Mikado #403412

Tints of Mikado #403412

Color information

#403412 (or 0x403412) is unknown color: approx Mikado. HEX triplet: 40, 34 and 12. RGB value is (64,52,18). Sum of RGB (Red+Green+Blue) = 64+52+18=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403412 is #BFCBED. Grayscale: #333333. Windows color (decimal): -12569582 or 1193024. OLE color: 1193024.

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

Color convert

RGB645218-
CMYK00.190.720.75
HSL44.35º56.1%16.08%-
HSV(B)44.35º71.88%25.1%-
XYZ3.453.591.08-
YUV51.71108.98136.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=47.76%
G=38.81%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64521800.190.720.7544.3556.116.08
Hex403412013484B2c3810
Octal1006422023110113547020
Binary1000000110100100100100111001000100101110110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403412; }

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

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

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

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

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

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

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

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