#403104

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

Shades of Mikado #403104

Tints of Mikado #403104

Color information

#403104 (or 0x403104) is unknown color: approx Mikado. HEX triplet: 40, 31 and 04. RGB value is (64,49,4). Sum of RGB (Red+Green+Blue) = 64+49+4=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #403104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403104 is #BFCEFB. Grayscale: #303030. Windows color (decimal): -12570364 or 274752. OLE color: 274752.

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

Color convert

RGB64494-
CMYK00.230.940.75
HSL45º88.24%13.33%-
HSV(B)45º93.75%25.1%-
XYZ3.233.30.58-
YUV48.36102.97139.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=54.70%
G=41.88%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6449400.230.940.754588.2413.33
Hex403140175E4B2d58d
Octal1006140271361135513015
Binary10000001100011000101111011110100101110110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403104; }

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

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

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

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

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

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

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

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