#403100

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

Shades of Mikado #403100

Tints of Mikado #403100

Color information

#403100 (or 0x403100) is unknown color: approx Mikado. HEX triplet: 40, 31 and 00. RGB value is (64,49,0). Sum of RGB (Red+Green+Blue) = 64+49+0=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #403100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403100 is #BFCEFF. Grayscale: #303030. Windows color (decimal): -12570368 or 12608. OLE color: 12608.

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

Color convert

RGB64490-
CMYK00.2310.75
HSL45.94º100%12.55%-
HSV(B)45.94º100%25.1%-
XYZ3.213.290.47-
YUV47.9100.97139.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 49 (19.53% from 255) = 43.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.64%
G=43.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6449000.2310.7545.9410012.55
Hex40310017644B2e64d
Octal1006100271441135614415
Binary100000011000100101111100100100101110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403100; }

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

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

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

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

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

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

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

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