#402E11

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

Shades of Mikado #402E11

Tints of Mikado #402E11

Color information

#402E11 (or 0x402E11) is unknown color: approx Mikado. HEX triplet: 40, 2E and 11. RGB value is (64,46,17). Sum of RGB (Red+Green+Blue) = 64+46+17=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #402E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E11 is #BFD1EE. Grayscale: #303030. Windows color (decimal): -12571119 or 1125952. OLE color: 1125952.

HSL color Cylindrical-coordinate representation of color #402E11: hue angle of 37.02º 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 #402E11 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB644617-
CMYK00.280.730.75
HSL37.02º58.02%15.88%-
HSV(B)37.02º73.44%25.1%-
XYZ3.193.080.96-
YUV48.08110.46139.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=50.39%
G=36.22%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64461700.280.730.7537.0258.0215.88
Hex402E1101C494B253a10
Octal1005621034111113457220
Binary1000000101110100010111001001001100101110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402E11; }

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

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

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

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

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

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

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

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