#3F3411

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

Shades of Mikado #3F3411

Tints of Mikado #3F3411

Color information

#3F3411 (or 0x3F3411) is unknown color: approx Mikado. HEX triplet: 3F, 34 and 11. RGB value is (63,52,17). Sum of RGB (Red+Green+Blue) = 63+52+17=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3411 is #C0CBEE. Grayscale: #333333. Windows color (decimal): -12635119 or 1127487. OLE color: 1127487.

HSL color Cylindrical-coordinate representation of color #3F3411: hue angle of 45.65º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3411 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB635217-
CMYK00.170.730.75
HSL45.65º57.5%15.69%-
HSV(B)45.65º73.02%24.71%-
XYZ3.383.551.04-
YUV51.3108.64136.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.73%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=47.73%
G=39.39%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63521700.170.730.7545.6557.515.69
Hex3F3411011494B2e3a10
Octal776421021111113567220
Binary111111110100100010100011001001100101110111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,52,17); }

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

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

 a { background-color: rgb(63,52,17); }

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

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

 span { border-color: rgb(63,52,17); }

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