#403311

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

Shades of Mikado #403311

Tints of Mikado #403311

Color information

#403311 (or 0x403311) is unknown color: approx Mikado. HEX triplet: 40, 33 and 11. RGB value is (64,51,17). Sum of RGB (Red+Green+Blue) = 64+51+17=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #403311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403311 is #BFCCEE. Grayscale: #333333. Windows color (decimal): -12569839 or 1127232. OLE color: 1127232.

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

Color convert

RGB645117-
CMYK00.200.730.75
HSL43.4º58.02%15.88%-
HSV(B)43.4º73.44%25.1%-
XYZ3.43.51.03-
YUV51.01108.81137.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=48.48%
G=38.64%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64511700.200.730.7543.458.0215.88
Hex403311014494B2b3a10
Octal1006321024111113537220
Binary1000000110011100010101001001001100101110101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403311; }

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

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

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

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

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

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

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

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