#40361C

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

Shades of Mikado #40361C

Tints of Mikado #40361C

Color information

#40361C (or 0x40361C) is unknown color: approx Mikado. HEX triplet: 40, 36 and 1C. RGB value is (64,54,28). Sum of RGB (Red+Green+Blue) = 64+54+28=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40361C is #BFC9E3. Grayscale: #363636. Windows color (decimal): -12569060 or 1848896. OLE color: 1848896.

HSL color Cylindrical-coordinate representation of color #40361C: hue angle of 43.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40361C is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB645428-
CMYK00.160.560.75
HSL43.33º39.13%18.04%-
HSV(B)43.33º56.25%25.1%-
XYZ3.643.811.64-
YUV54.03113.31135.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=43.84%
G=36.99%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64542800.160.560.7543.3339.1318.04
Hex40361C010384B2b2712
Octal100663402070113534722
Binary100000011011011100010000111000100101110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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