#40310A

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

Shades of Mikado #40310A

Tints of Mikado #40310A

Color information

#40310A (or 0x40310A) is unknown color: approx Mikado. HEX triplet: 40, 31 and 0A. RGB value is (64,49,10). Sum of RGB (Red+Green+Blue) = 64+49+10=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40310A is #BFCEF5. Grayscale: #313131. Windows color (decimal): -12570358 or 667968. OLE color: 667968.

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

Color convert

RGB644910-
CMYK00.230.840.75
HSL43.33º72.97%14.51%-
HSV(B)43.33º84.38%25.1%-
XYZ3.273.310.75-
YUV49.04105.97138.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 10 (4.30% from 255) = 8.13%
R=52.03%
G=39.84%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64491000.230.840.7543.3372.9714.51
Hex4031A017544B2b49f
Octal10061120271241135311117
Binary100000011000110100101111010100100101110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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