#402E00

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

Shades of Mikado #402E00

Tints of Mikado #402E00

Color information

#402E00 (or 0x402E00) is unknown color: approx Mikado. HEX triplet: 40, 2E and 00. RGB value is (64,46,0). Sum of RGB (Red+Green+Blue) = 64+46+0=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #402E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E00 is #BFD1FF. Grayscale: #2E2E2E. Windows color (decimal): -12571136 or 11840. OLE color: 11840.

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

Color convert

RGB64460-
CMYK00.2810.75
HSL43.12º100%12.55%-
HSV(B)43.12º100%25.1%-
XYZ3.093.040.42-
YUV46.14101.96140.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 46 (18.36% from 255) = 41.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.18%
G=41.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6446000.2810.7543.1210012.55
Hex402E001C644B2b64d
Octal1005600341441135314415
Binary100000010111000111001100100100101110101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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