#402F0D

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

Shades of Mikado #402F0D

Tints of Mikado #402F0D

Color information

#402F0D (or 0x402F0D) is unknown color: approx Mikado. HEX triplet: 40, 2F and 0D. RGB value is (64,47,13). Sum of RGB (Red+Green+Blue) = 64+47+13=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F0D is #BFD0F2. Grayscale: #303030. Windows color (decimal): -12570867 or 864064. OLE color: 864064.

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

Color convert

RGB644713-
CMYK00.270.800.75
HSL40º66.23%15.1%-
HSV(B)40º79.69%25.1%-
XYZ3.23.150.82-
YUV48.21108.13139.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 47 (18.75% from 255) = 37.90%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=51.61%
G=37.90%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64471300.270.800.754066.2315.1
Hex402FD01B504B2842f
Octal10057150331201135010217
Binary100000010111111010110111010000100101110100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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