#3F3616

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

Shades of Mikado #3F3616

Tints of Mikado #3F3616

Color information

#3F3616 (or 0x3F3616) is unknown color: approx Mikado. HEX triplet: 3F, 36 and 16. RGB value is (63,54,22). Sum of RGB (Red+Green+Blue) = 63+54+22=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3616 is #C0C9E9. Grayscale: #353535. Windows color (decimal): -12634602 or 1455679. OLE color: 1455679.

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

Color convert

RGB635422-
CMYK00.140.650.75
HSL46.83º48.24%16.67%-
HSV(B)46.83º65.08%24.71%-
XYZ3.513.751.3-
YUV53.04110.48135.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.32%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=45.32%
G=38.85%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63542200.140.650.7546.8348.2416.67
Hex3F36160E414B2f3011
Octal776626016101113576021
Binary11111111011010110011101000001100101110111111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,54,22); }

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

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

 a { background-color: rgb(63,54,22); }

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

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

 span { border-color: rgb(63,54,22); }

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