#403312

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

Shades of Mikado #403312

Tints of Mikado #403312

Color information

#403312 (or 0x403312) is unknown color: approx Mikado. HEX triplet: 40, 33 and 12. RGB value is (64,51,18). Sum of RGB (Red+Green+Blue) = 64+51+18=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #403312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403312 is #BFCCED. Grayscale: #333333. Windows color (decimal): -12569838 or 1192768. OLE color: 1192768.

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

Color convert

RGB645118-
CMYK00.200.720.75
HSL43.04º56.1%16.08%-
HSV(B)43.04º71.88%25.1%-
XYZ3.413.51.07-
YUV51.12109.31137.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=48.12%
G=38.35%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64511800.200.720.7543.0456.116.08
Hex403312014484B2b3810
Octal1006322024110113537020
Binary1000000110011100100101001001000100101110101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403312; }

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

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

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

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

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

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

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

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