#403110

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

Shades of Mikado #403110

Tints of Mikado #403110

Color information

#403110 (or 0x403110) is unknown color: approx Mikado. HEX triplet: 40, 31 and 10. RGB value is (64,49,16). Sum of RGB (Red+Green+Blue) = 64+49+16=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #403110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403110 is #BFCEEF. Grayscale: #313131. Windows color (decimal): -12570352 or 1061184. OLE color: 1061184.

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

Color convert

RGB644916-
CMYK00.230.750.75
HSL41.25º60%15.69%-
HSV(B)41.25º75%25.1%-
XYZ3.313.320.96-
YUV49.72108.97138.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=49.61%
G=37.98%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64491600.230.750.7541.256015.69
Hex4031100174B4B293c10
Octal1006120027113113517420
Binary1000000110001100000101111001011100101110100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403110; }

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

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

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

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

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

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

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

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