#402E05

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

Shades of Mikado #402E05

Tints of Mikado #402E05

Color information

#402E05 (or 0x402E05) is unknown color: approx Mikado. HEX triplet: 40, 2E and 05. RGB value is (64,46,5). Sum of RGB (Red+Green+Blue) = 64+46+5=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #402E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E05 is #BFD1FA. Grayscale: #2E2E2E. Windows color (decimal): -12571131 or 339520. OLE color: 339520.

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

Color convert

RGB64465-
CMYK00.280.920.75
HSL41.69º85.51%13.53%-
HSV(B)41.69º92.19%25.1%-
XYZ3.123.050.57-
YUV46.71104.46140.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=55.65%
G=40%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6446500.280.920.7541.6985.5113.53
Hex402E501C5C4B2a56e
Octal1005650341341135212616
Binary10000001011101010111001011100100101110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,46,5); }

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

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

 a { background-color: rgb(64,46,5); }

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

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

 span { border-color: rgb(64,46,5); }

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