#40320E

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

Shades of Mikado #40320E

Tints of Mikado #40320E

Color information

#40320E (or 0x40320E) is unknown color: approx Mikado. HEX triplet: 40, 32 and 0E. RGB value is (64,50,14). Sum of RGB (Red+Green+Blue) = 64+50+14=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40320E is #BFCDF1. Grayscale: #323232. Windows color (decimal): -12570098 or 930368. OLE color: 930368.

HSL color Cylindrical-coordinate representation of color #40320E: hue angle of 43.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40320E is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB645014-
CMYK00.220.780.75
HSL43.2º64.1%15.29%-
HSV(B)43.2º78.12%25.1%-
XYZ3.333.40.9-
YUV50.08107.64137.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=50%
G=39.06%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64501400.220.780.7543.264.115.29
Hex4032E0164E4B2b40f
Octal10062160261161135310017
Binary100000011001011100101101001110100101110101110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,50,14); }

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

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

 a { background-color: rgb(64,50,14); }

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

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

 span { border-color: rgb(64,50,14); }

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