#403007

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

Shades of Mikado #403007

Tints of Mikado #403007

Color information

#403007 (or 0x403007) is unknown color: approx Mikado. HEX triplet: 40, 30 and 07. RGB value is (64,48,7). Sum of RGB (Red+Green+Blue) = 64+48+7=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403007 is #BFCFF8. Grayscale: #303030. Windows color (decimal): -12570617 or 471104. OLE color: 471104.

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

Color convert

RGB64487-
CMYK00.250.890.75
HSL43.16º80.28%13.92%-
HSV(B)43.16º89.06%25.1%-
XYZ3.213.220.65-
YUV48.11104.8139.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=53.78%
G=40.34%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6448700.250.890.7543.1680.2813.92
Hex40307019594B2b50e
Octal1006070311311135312016
Binary10000001100001110110011011001100101110101110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403007; }

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

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

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

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

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

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

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

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