#402E0C

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

Shades of Mikado #402E0C

Tints of Mikado #402E0C

Color information

#402E0C (or 0x402E0C) is unknown color: approx Mikado. HEX triplet: 40, 2E and 0C. RGB value is (64,46,12). Sum of RGB (Red+Green+Blue) = 64+46+12=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E0C is #BFD1F3. Grayscale: #2F2F2F. Windows color (decimal): -12571124 or 798272. OLE color: 798272.

HSL color Cylindrical-coordinate representation of color #402E0C: hue angle of 39.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402E0C is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB644612-
CMYK00.280.810.75
HSL39.23º68.42%14.9%-
HSV(B)39.23º81.25%25.1%-
XYZ3.163.070.77-
YUV47.51107.96139.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=52.46%
G=37.70%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64461200.280.810.7539.2368.4214.9
Hex402EC01C514B2744f
Octal10056140341211134710417
Binary100000010111011000111001010001100101110011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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