#40331F

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

Shades of Mikado #40331F

Tints of Mikado #40331F

Color information

#40331F (or 0x40331F) is unknown color: approx Mikado. HEX triplet: 40, 33 and 1F. RGB value is (64,51,31). Sum of RGB (Red+Green+Blue) = 64+51+31=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40331F is #BFCCE0. Grayscale: #343434. Windows color (decimal): -12569825 or 2044736. OLE color: 2044736.

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

Color convert

RGB645131-
CMYK00.200.520.75
HSL36.36º34.74%18.63%-
HSV(B)36.36º51.56%25.1%-
XYZ3.553.561.8-
YUV52.61115.81136.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=43.84%
G=34.93%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64513100.200.520.7536.3634.7418.63
Hex40331F014344B242313
Octal100633702464113444323
Binary100000011001111111010100110100100101110010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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