#40351D

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

Shades of Mikado #40351D

Tints of Mikado #40351D

Color information

#40351D (or 0x40351D) is unknown color: approx Mikado. HEX triplet: 40, 35 and 1D. RGB value is (64,53,29). Sum of RGB (Red+Green+Blue) = 64+53+29=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40351D is #BFCAE2. Grayscale: #353535. Windows color (decimal): -12569315 or 1914176. OLE color: 1914176.

HSL color Cylindrical-coordinate representation of color #40351D: hue angle of 41.14º 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 #40351D is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB645329-
CMYK00.170.550.75
HSL41.14º37.63%18.24%-
HSV(B)41.14º54.69%25.1%-
XYZ3.613.721.69-
YUV53.55114.14135.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=43.84%
G=36.30%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64532900.170.550.7541.1437.6318.24
Hex40351D011374B292612
Octal100653502167113514622
Binary100000011010111101010001110111100101110100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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