#402E03

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

Shades of Mikado #402E03

Tints of Mikado #402E03

Color information

#402E03 (or 0x402E03) is unknown color: approx Mikado. HEX triplet: 40, 2E and 03. RGB value is (64,46,3). Sum of RGB (Red+Green+Blue) = 64+46+3=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E03 is #BFD1FC. Grayscale: #2E2E2E. Windows color (decimal): -12571133 or 208448. OLE color: 208448.

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

Color convert

RGB64463-
CMYK00.280.950.75
HSL42.3º91.04%13.14%-
HSV(B)42.3º95.31%25.1%-
XYZ3.113.050.51-
YUV46.48103.46140.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=56.64%
G=40.71%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6446300.280.950.7542.391.0413.14
Hex402E301C5F4B2a5bd
Octal1005630341371135213315
Binary1000000101110110111001011111100101110101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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