#403407

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

Shades of Mikado #403407

Tints of Mikado #403407

Color information

#403407 (or 0x403407) is unknown color: approx Mikado. HEX triplet: 40, 34 and 07. RGB value is (64,52,7). Sum of RGB (Red+Green+Blue) = 64+52+7=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403407 is #BFCBF8. Grayscale: #323232. Windows color (decimal): -12569593 or 472128. OLE color: 472128.

HSL color Cylindrical-coordinate representation of color #403407: hue angle of 47.37º 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 #403407 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB64527-
CMYK00.190.890.75
HSL47.37º80.28%13.92%-
HSV(B)47.37º89.06%25.1%-
XYZ3.383.560.71-
YUV50.46103.48137.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=52.03%
G=42.28%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452700.190.890.7547.3780.2813.92
Hex40347013594B2f50e
Octal1006470231311135712016
Binary10000001101001110100111011001100101110111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403407; }

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

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

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

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

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

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

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

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