#3F3110

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

Shades of Mikado #3F3110

Tints of Mikado #3F3110

Color information

#3F3110 (or 0x3F3110) is unknown color: approx Mikado. HEX triplet: 3F, 31 and 10. RGB value is (63,49,16). Sum of RGB (Red+Green+Blue) = 63+49+16=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3110 is #C0CEEF. Grayscale: #313131. Windows color (decimal): -12635888 or 1061183. OLE color: 1061183.

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

Color convert

RGB634916-
CMYK00.220.750.75
HSL42.13º59.49%15.49%-
HSV(B)42.13º74.6%24.71%-
XYZ3.243.290.95-
YUV49.42109.14137.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=49.22%
G=38.28%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63491600.220.750.7542.1359.4915.49
Hex3F31100164B4B2a3bf
Octal776120026113113527317
Binary11111111000110000010110100101110010111010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,16); }

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

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

 a { background-color: rgb(63,49,16); }

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

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

 span { border-color: rgb(63,49,16); }

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