#402D0C

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

Shades of Mikado #402D0C

Tints of Mikado #402D0C

Color information

#402D0C (or 0x402D0C) is unknown color: approx Mikado. HEX triplet: 40, 2D and 0C. RGB value is (64,45,12). Sum of RGB (Red+Green+Blue) = 64+45+12=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D0C is #BFD2F3. Grayscale: #2F2F2F. Windows color (decimal): -12571380 or 798016. OLE color: 798016.

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

Color convert

RGB644512-
CMYK00.300.810.75
HSL38.08º68.42%14.9%-
HSV(B)38.08º81.25%25.1%-
XYZ3.122.990.76-
YUV46.92108.29140.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=52.89%
G=37.19%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64451200.300.810.7538.0868.4214.9
Hex402DC01E514B2644f
Octal10055140361211134610417
Binary100000010110111000111101010001100101110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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