#402F0F

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

Shades of Mikado #402F0F

Tints of Mikado #402F0F

Color information

#402F0F (or 0x402F0F) is unknown color: approx Mikado. HEX triplet: 40, 2F and 0F. RGB value is (64,47,15). Sum of RGB (Red+Green+Blue) = 64+47+15=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F0F is #BFD0F0. Grayscale: #303030. Windows color (decimal): -12570865 or 995136. OLE color: 995136.

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

Color convert

RGB644715-
CMYK00.270.770.75
HSL39.18º62.03%15.49%-
HSV(B)39.18º76.56%25.1%-
XYZ3.223.160.89-
YUV48.43109.13139.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=50.79%
G=37.30%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64471500.270.770.7539.1862.0315.49
Hex402FF01B4D4B273ef
Octal1005717033115113477617
Binary10000001011111111011011100110110010111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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