#402F09

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

Shades of Mikado #402F09

Tints of Mikado #402F09

Color information

#402F09 (or 0x402F09) is unknown color: approx Mikado. HEX triplet: 40, 2F and 09. RGB value is (64,47,9). Sum of RGB (Red+Green+Blue) = 64+47+9=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #402F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F09 is #BFD0F6. Grayscale: #2F2F2F. Windows color (decimal): -12570871 or 601920. OLE color: 601920.

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

Color convert

RGB64479-
CMYK00.270.860.75
HSL41.45º75.34%14.31%-
HSV(B)41.45º85.94%25.1%-
XYZ3.183.140.7-
YUV47.75106.13139.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=53.33%
G=39.17%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6447900.270.860.7541.4575.3414.31
Hex402F901B564B294be
Octal10057110331261135111316
Binary100000010111110010110111010110100101110100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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