#40331D

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

Shades of Mikado #40331D

Tints of Mikado #40331D

Color information

#40331D (or 0x40331D) is unknown color: approx Mikado. HEX triplet: 40, 33 and 1D. RGB value is (64,51,29). Sum of RGB (Red+Green+Blue) = 64+51+29=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40331D is #BFCCE2. Grayscale: #343434. Windows color (decimal): -12569827 or 1913664. OLE color: 1913664.

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

Color convert

RGB645129-
CMYK00.200.550.75
HSL37.71º37.63%18.24%-
HSV(B)37.71º54.69%25.1%-
XYZ3.523.551.66-
YUV52.38114.81136.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=44.44%
G=35.42%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64512900.200.550.7537.7137.6318.24
Hex40331D014374B262612
Octal100633502467113464622
Binary100000011001111101010100110111100101110011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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