#403119

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

Shades of Mikado #403119

Tints of Mikado #403119

Color information

#403119 (or 0x403119) is unknown color: approx Mikado. HEX triplet: 40, 31 and 19. RGB value is (64,49,25). Sum of RGB (Red+Green+Blue) = 64+49+25=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403119 is #BFCEE6. Grayscale: #323232. Windows color (decimal): -12570343 or 1651008. OLE color: 1651008.

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

Color convert

RGB644925-
CMYK00.230.610.75
HSL36.92º43.82%17.45%-
HSV(B)36.92º60.94%25.1%-
XYZ3.393.361.39-
YUV50.75113.47137.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=46.38%
G=35.51%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64492500.230.610.7536.9243.8217.45
Hex4031190173D4B252c11
Octal100613102775113455421
Binary100000011000111001010111111101100101110010110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403119; }

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

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

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

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

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

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

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

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