#40371A

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

Shades of Mikado #40371A

Tints of Mikado #40371A

Color information

#40371A (or 0x40371A) is unknown color: approx Mikado. HEX triplet: 40, 37 and 1A. RGB value is (64,55,26). Sum of RGB (Red+Green+Blue) = 64+55+26=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40371A is #BFC8E5. Grayscale: #363636. Windows color (decimal): -12568806 or 1718080. OLE color: 1718080.

HSL color Cylindrical-coordinate representation of color #40371A: hue angle of 45.79º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40371A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB645526-
CMYK00.140.590.75
HSL45.79º42.22%17.65%-
HSV(B)45.79º59.38%25.1%-
XYZ3.673.91.54-
YUV54.38111.98134.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=44.14%
G=37.93%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64552600.140.590.7545.7942.2217.65
Hex40371A0E3B4B2e2a12
Octal100673201673113565222
Binary10000001101111101001110111011100101110111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40371A; }

 p { color: rgb(64,55,26); }

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

<style>
 a { background-color: #40371A; }

 a { background-color: rgb(64,55,26); }

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

<style>
 span { border-color: #40371A; }

 span { border-color: rgb(64,55,26); }

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