#3F3615

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

Shades of Mikado #3F3615

Tints of Mikado #3F3615

Color information

#3F3615 (or 0x3F3615) is unknown color: approx Mikado. HEX triplet: 3F, 36 and 15. RGB value is (63,54,21). Sum of RGB (Red+Green+Blue) = 63+54+21=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3615 is #C0C9EA. Grayscale: #353535. Windows color (decimal): -12634603 or 1390143. OLE color: 1390143.

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

Color convert

RGB635421-
CMYK00.140.670.75
HSL47.14º50%16.47%-
HSV(B)47.14º66.67%24.71%-
XYZ3.53.751.25-
YUV52.93109.98135.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.65%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=45.65%
G=39.13%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63542100.140.670.7547.145016.47
Hex3F36150E434B2f3210
Octal776625016103113576220
Binary11111111011010101011101000011100101110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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