#40361E

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

Shades of Mikado #40361E

Tints of Mikado #40361E

Color information

#40361E (or 0x40361E) is unknown color: approx Mikado. HEX triplet: 40, 36 and 1E. RGB value is (64,54,30). Sum of RGB (Red+Green+Blue) = 64+54+30=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40361E is #BFC9E1. Grayscale: #363636. Windows color (decimal): -12569058 or 1979968. OLE color: 1979968.

HSL color Cylindrical-coordinate representation of color #40361E: hue angle of 42.35º 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 #40361E is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB645430-
CMYK00.160.530.75
HSL42.35º36.17%18.43%-
HSV(B)42.35º53.12%25.1%-
XYZ3.673.821.77-
YUV54.25114.31134.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=43.24%
G=36.49%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64543000.160.530.7542.3536.1718.43
Hex40361E010354B2a2412
Octal100663602065113524422
Binary100000011011011110010000110101100101110101010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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