#402D0E

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

Shades of Mikado #402D0E

Tints of Mikado #402D0E

Color information

#402D0E (or 0x402D0E) is unknown color: approx Mikado. HEX triplet: 40, 2D and 0E. RGB value is (64,45,14). Sum of RGB (Red+Green+Blue) = 64+45+14=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D0E is #BFD2F1. Grayscale: #2F2F2F. Windows color (decimal): -12571378 or 929088. OLE color: 929088.

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

Color convert

RGB644514-
CMYK00.300.780.75
HSL37.2º64.1%15.29%-
HSV(B)37.2º78.12%25.1%-
XYZ3.1330.83-
YUV47.15109.29140.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=52.03%
G=36.59%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64451400.300.780.7537.264.115.29
Hex402DE01E4E4B2540f
Octal10055160361161134510017
Binary100000010110111100111101001110100101110010110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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