#403205

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

Shades of Mikado #403205

Tints of Mikado #403205

Color information

#403205 (or 0x403205) is unknown color: approx Mikado. HEX triplet: 40, 32 and 05. RGB value is (64,50,5). Sum of RGB (Red+Green+Blue) = 64+50+5=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403205 is #BFCDFA. Grayscale: #313131. Windows color (decimal): -12570107 or 340544. OLE color: 340544.

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

Color convert

RGB64505-
CMYK00.220.920.75
HSL45.76º85.51%13.53%-
HSV(B)45.76º92.19%25.1%-
XYZ3.283.380.62-
YUV49.06103.14138.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=53.78%
G=42.02%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6450500.220.920.7545.7685.5113.53
Hex403250165C4B2e56e
Octal1006250261341135612616
Binary10000001100101010101101011100100101110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403205; }

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

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

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

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

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

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

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

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