#402D0F

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

Shades of Mikado #402D0F

Tints of Mikado #402D0F

Color information

#402D0F (or 0x402D0F) is unknown color: approx Mikado. HEX triplet: 40, 2D and 0F. RGB value is (64,45,15). Sum of RGB (Red+Green+Blue) = 64+45+15=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D0F is #BFD2F0. Grayscale: #2F2F2F. Windows color (decimal): -12571377 or 994624. OLE color: 994624.

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

Color convert

RGB644515-
CMYK00.300.770.75
HSL36.73º62.03%15.49%-
HSV(B)36.73º76.56%25.1%-
XYZ3.1430.87-
YUV47.26109.79139.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=51.61%
G=36.29%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64451500.300.770.7536.7362.0315.49
Hex402DF01E4D4B253ef
Octal1005517036115113457617
Binary10000001011011111011110100110110010111001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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