#40320D

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

Shades of Mikado #40320D

Tints of Mikado #40320D

Color information

#40320D (or 0x40320D) is unknown color: approx Mikado. HEX triplet: 40, 32 and 0D. RGB value is (64,50,13). Sum of RGB (Red+Green+Blue) = 64+50+13=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40320D is #BFCDF2. Grayscale: #323232. Windows color (decimal): -12570099 or 864832. OLE color: 864832.

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

Color convert

RGB645013-
CMYK00.220.800.75
HSL43.53º66.23%15.1%-
HSV(B)43.53º79.69%25.1%-
XYZ3.333.40.86-
YUV49.97107.14138.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=50.39%
G=39.37%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64501300.220.800.7543.5366.2315.1
Hex4032D016504B2c42f
Octal10062150261201135410217
Binary100000011001011010101101010000100101110110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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