#3F3712

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

Shades of Mikado #3F3712

Tints of Mikado #3F3712

Color information

#3F3712 (or 0x3F3712) is unknown color: approx Mikado. HEX triplet: 3F, 37 and 12. RGB value is (63,55,18). Sum of RGB (Red+Green+Blue) = 63+55+18=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3712 is #C0C8ED. Grayscale: #353535. Windows color (decimal): -12634350 or 1193791. OLE color: 1193791.

HSL color Cylindrical-coordinate representation of color #3F3712: hue angle of 49.33º 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 #3F3712 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB635518-
CMYK00.130.710.75
HSL49.33º55.56%15.88%-
HSV(B)49.33º71.43%24.71%-
XYZ3.533.831.13-
YUV53.17108.15135.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.32%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=46.32%
G=40.44%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63551800.130.710.7549.3355.5615.88
Hex3F37120D474B313810
Octal776722015107113617020
Binary11111111011110010011011000111100101111000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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