#3F3118

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

Shades of Mikado #3F3118

Tints of Mikado #3F3118

Color information

#3F3118 (or 0x3F3118) is unknown color: approx Mikado. HEX triplet: 3F, 31 and 18. RGB value is (63,49,24). Sum of RGB (Red+Green+Blue) = 63+49+24=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3118 is #C0CEE7. Grayscale: #323232. Windows color (decimal): -12635880 or 1585471. OLE color: 1585471.

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

Color convert

RGB634924-
CMYK00.220.620.75
HSL38.46º44.83%17.06%-
HSV(B)38.46º61.9%24.71%-
XYZ3.313.321.33-
YUV50.34113.14137.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.32%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=46.32%
G=36.03%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63492400.220.620.7538.4644.8317.06
Hex3F31180163E4B262d11
Octal77613002676113465521
Binary11111111000111000010110111110100101110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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