#40331E

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

Shades of Mikado #40331E

Tints of Mikado #40331E

Color information

#40331E (or 0x40331E) is unknown color: approx Mikado. HEX triplet: 40, 33 and 1E. RGB value is (64,51,30). Sum of RGB (Red+Green+Blue) = 64+51+30=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40331E is #BFCCE1. Grayscale: #343434. Windows color (decimal): -12569826 or 1979200. OLE color: 1979200.

HSL color Cylindrical-coordinate representation of color #40331E: hue angle of 37.06º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40331E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB645130-
CMYK00.200.530.75
HSL37.06º36.17%18.43%-
HSV(B)37.06º53.12%25.1%-
XYZ3.533.551.73-
YUV52.49115.31136.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=44.14%
G=35.17%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64513000.200.530.7537.0636.1718.43
Hex40331E014354B252412
Octal100633602465113454422
Binary100000011001111110010100110101100101110010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40331E; }

 p { color: rgb(64,51,30); }

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

<style>
 a { background-color: #40331E; }

 a { background-color: rgb(64,51,30); }

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

<style>
 span { border-color: #40331E; }

 span { border-color: rgb(64,51,30); }

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