#402F0E

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

Shades of Mikado #402F0E

Tints of Mikado #402F0E

Color information

#402F0E (or 0x402F0E) is unknown color: approx Mikado. HEX triplet: 40, 2F and 0E. RGB value is (64,47,14). Sum of RGB (Red+Green+Blue) = 64+47+14=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #402F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F0E is #BFD0F1. Grayscale: #303030. Windows color (decimal): -12570866 or 929600. OLE color: 929600.

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

Color convert

RGB644714-
CMYK00.270.780.75
HSL39.6º64.1%15.29%-
HSV(B)39.6º78.12%25.1%-
XYZ3.213.150.86-
YUV48.32108.63139.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=51.2%
G=37.6%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64471400.270.780.7539.664.115.29
Hex402FE01B4E4B2840f
Octal10057160331161135010017
Binary100000010111111100110111001110100101110100010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,47,14); }

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

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

 a { background-color: rgb(64,47,14); }

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

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

 span { border-color: rgb(64,47,14); }

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