#403301

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

Shades of Mikado #403301

Tints of Mikado #403301

Color information

#403301 (or 0x403301) is unknown color: approx Mikado. HEX triplet: 40, 33 and 01. RGB value is (64,51,1). Sum of RGB (Red+Green+Blue) = 64+51+1=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #403301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403301 is #BFCCFE. Grayscale: #313131. Windows color (decimal): -12569855 or 78656. OLE color: 78656.

HSL color Cylindrical-coordinate representation of color #403301: hue angle of 47.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #403301 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB64511-
CMYK00.200.980.75
HSL47.62º96.92%12.75%-
HSV(B)47.62º98.44%25.1%-
XYZ3.33.460.52-
YUV49.19100.81138.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=55.17%
G=43.97%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6451100.200.980.7547.6296.9212.75
Hex40331014624B3061d
Octal1006310241421136014115
Binary100000011001110101001100010100101111000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403301; }

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

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

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

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

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

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

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

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