#403305

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

Shades of Mikado #403305

Tints of Mikado #403305

Color information

#403305 (or 0x403305) is unknown color: approx Mikado. HEX triplet: 40, 33 and 05. RGB value is (64,51,5). Sum of RGB (Red+Green+Blue) = 64+51+5=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #403305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403305 is #BFCCFA. Grayscale: #313131. Windows color (decimal): -12569851 or 340800. OLE color: 340800.

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

Color convert

RGB64515-
CMYK00.200.920.75
HSL46.78º85.51%13.53%-
HSV(B)46.78º92.19%25.1%-
XYZ3.333.470.64-
YUV49.64102.81138.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=53.33%
G=42.5%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6451500.200.920.7546.7885.5113.53
Hex403350145C4B2f56e
Octal1006350241341135712616
Binary10000001100111010101001011100100101110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403305; }

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

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

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

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

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

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

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

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