#3F3512

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

Shades of Mikado #3F3512

Tints of Mikado #3F3512

Color information

#3F3512 (or 0x3F3512) is unknown color: approx Mikado. HEX triplet: 3F, 35 and 12. RGB value is (63,53,18). Sum of RGB (Red+Green+Blue) = 63+53+18=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3512 is #C0CAED. Grayscale: #343434. Windows color (decimal): -12634862 or 1193279. OLE color: 1193279.

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

Color convert

RGB635318-
CMYK00.160.710.75
HSL46.67º55.56%15.88%-
HSV(B)46.67º71.43%24.71%-
XYZ3.433.651.1-
YUV52108.81135.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=47.01%
G=39.55%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63531800.160.710.7546.6755.5615.88
Hex3F3512010474B2f3810
Octal776522020107113577020
Binary111111110101100100100001000111100101110111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,18); }

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

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

 a { background-color: rgb(63,53,18); }

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

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

 span { border-color: rgb(63,53,18); }

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