#3F2111

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

Shades of Brown Pod #3F2111

Tints of Brown Pod #3F2111

Color information

#3F2111 (or 0x3F2111) is unknown color: approx Brown Pod. HEX triplet: 3F, 21 and 11. RGB value is (63,33,17). Sum of RGB (Red+Green+Blue) = 63+33+17=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2111 is #C0DEEE. Grayscale: #282828. Windows color (decimal): -12639983 or 1122623. OLE color: 1122623.

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

Color convert

RGB633317-
CMYK00.480.730.75
HSL20.87º57.5%15.69%-
HSV(B)20.87º73.02%24.71%-
XYZ2.692.180.81-
YUV40.15114.94144.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.75%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=55.75%
G=29.20%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63331700.480.730.7520.8757.515.69
Hex3F2111030494B153a10
Octal774121060111113257220
Binary111111100001100010110000100100110010111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,17); }

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

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

 a { background-color: rgb(63,33,17); }

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

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

 span { border-color: rgb(63,33,17); }

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