#3F3304

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

Shades of Mikado #3F3304

Tints of Mikado #3F3304

Color information

#3F3304 (or 0x3F3304) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 04. RGB value is (63,51,4). Sum of RGB (Red+Green+Blue) = 63+51+4=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3304 is #C0CCFB. Grayscale: #313131. Windows color (decimal): -12635388 or 275263. OLE color: 275263.

HSL color Cylindrical-coordinate representation of color #3F3304: hue angle of 47.8º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F3304 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB63514-
CMYK00.190.940.75
HSL47.8º88.06%13.14%-
HSV(B)47.8º93.65%24.71%-
XYZ3.263.430.61-
YUV49.23102.48137.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=53.39%
G=43.22%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6351400.190.940.7547.888.0613.14
Hex3F3340135E4B3058d
Octal776340231361136013015
Binary1111111100111000100111011110100101111000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3304; }

 p { color: rgb(63,51,4); }

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

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

 a { background-color: rgb(63,51,4); }

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

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

 span { border-color: rgb(63,51,4); }

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