#403107

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

Shades of Mikado #403107

Tints of Mikado #403107

Color information

#403107 (or 0x403107) is unknown color: approx Mikado. HEX triplet: 40, 31 and 07. RGB value is (64,49,7). Sum of RGB (Red+Green+Blue) = 64+49+7=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #403107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403107 is #BFCEF8. Grayscale: #303030. Windows color (decimal): -12570361 or 471360. OLE color: 471360.

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

Color convert

RGB64497-
CMYK00.230.890.75
HSL44.21º80.28%13.92%-
HSV(B)44.21º89.06%25.1%-
XYZ3.253.30.67-
YUV48.7104.47138.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=53.33%
G=40.83%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6449700.230.890.7544.2180.2813.92
Hex40317017594B2c50e
Octal1006170271311135412016
Binary10000001100011110101111011001100101110110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403107; }

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

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

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

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

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

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

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

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