#403101

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

Shades of Mikado #403101

Tints of Mikado #403101

Color information

#403101 (or 0x403101) is unknown color: approx Mikado. HEX triplet: 40, 31 and 01. RGB value is (64,49,1). Sum of RGB (Red+Green+Blue) = 64+49+1=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #403101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403101 is #BFCEFE. Grayscale: #303030. Windows color (decimal): -12570367 or 78144. OLE color: 78144.

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

Color convert

RGB64491-
CMYK00.230.980.75
HSL45.71º96.92%12.75%-
HSV(B)45.71º98.44%25.1%-
XYZ3.223.290.49-
YUV48.01101.47139.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=56.14%
G=42.98%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6449100.230.980.7545.7196.9212.75
Hex40311017624B2e61d
Octal1006110271421135614115
Binary100000011000110101111100010100101110111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403101; }

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

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

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

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

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

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

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

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