#403117

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

Shades of Mikado #403117

Tints of Mikado #403117

Color information

#403117 (or 0x403117) is unknown color: approx Mikado. HEX triplet: 40, 31 and 17. RGB value is (64,49,23). Sum of RGB (Red+Green+Blue) = 64+49+23=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #403117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403117 is #BFCEE8. Grayscale: #323232. Windows color (decimal): -12570345 or 1519936. OLE color: 1519936.

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

Color convert

RGB644923-
CMYK00.230.640.75
HSL38.05º47.13%17.06%-
HSV(B)38.05º64.06%25.1%-
XYZ3.373.351.28-
YUV50.52112.47137.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=47.06%
G=36.03%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64492300.230.640.7538.0547.1317.06
Hex403117017404B262f11
Octal1006127027100113465721
Binary1000000110001101110101111000000100101110011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403117; }

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

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

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

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

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

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

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

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