#403207

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

Shades of Mikado #403207

Tints of Mikado #403207

Color information

#403207 (or 0x403207) is unknown color: approx Mikado. HEX triplet: 40, 32 and 07. RGB value is (64,50,7). Sum of RGB (Red+Green+Blue) = 64+50+7=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #403207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403207 is #BFCDF8. Grayscale: #313131. Windows color (decimal): -12570105 or 471616. OLE color: 471616.

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

Color convert

RGB64507-
CMYK00.220.890.75
HSL45.26º80.28%13.92%-
HSV(B)45.26º89.06%25.1%-
XYZ3.293.390.68-
YUV49.28104.14138.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=52.89%
G=41.32%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6450700.220.890.7545.2680.2813.92
Hex40327016594B2d50e
Octal1006270261311135512016
Binary10000001100101110101101011001100101110110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403207; }

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

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

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

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

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

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

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

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