#40310C

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

Shades of Mikado #40310C

Tints of Mikado #40310C

Color information

#40310C (or 0x40310C) is unknown color: approx Mikado. HEX triplet: 40, 31 and 0C. RGB value is (64,49,12). Sum of RGB (Red+Green+Blue) = 64+49+12=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40310C is #BFCEF3. Grayscale: #313131. Windows color (decimal): -12570356 or 799040. OLE color: 799040.

HSL color Cylindrical-coordinate representation of color #40310C: hue angle of 42.69º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40310C is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB644912-
CMYK00.230.810.75
HSL42.69º68.42%14.9%-
HSV(B)42.69º81.25%25.1%-
XYZ3.283.310.81-
YUV49.27106.97138.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=51.2%
G=39.2%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64491200.230.810.7542.6968.4214.9
Hex4031C017514B2b44f
Octal10061140271211135310417
Binary100000011000111000101111010001100101110101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,49,12); }

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

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

 a { background-color: rgb(64,49,12); }

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

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

 span { border-color: rgb(64,49,12); }

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