#402D10

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

Shades of Mikado #402D10

Tints of Mikado #402D10

Color information

#402D10 (or 0x402D10) is unknown color: approx Mikado. HEX triplet: 40, 2D and 10. RGB value is (64,45,16). Sum of RGB (Red+Green+Blue) = 64+45+16=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #402D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D10 is #BFD2EF. Grayscale: #2F2F2F. Windows color (decimal): -12571376 or 1060160. OLE color: 1060160.

HSL color Cylindrical-coordinate representation of color #402D10: hue angle of 36.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402D10 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB644516-
CMYK00.300.750.75
HSL36.25º60%15.69%-
HSV(B)36.25º75%25.1%-
XYZ3.1530.9-
YUV47.38110.29139.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=51.2%
G=36%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64451600.300.750.7536.256015.69
Hex402D1001E4B4B243c10
Octal1005520036113113447420
Binary1000000101101100000111101001011100101110010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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