#3F2118

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

Shades of Brown Pod #3F2118

Tints of Brown Pod #3F2118

Color information

#3F2118 (or 0x3F2118) is unknown color: approx Brown Pod. HEX triplet: 3F, 21 and 18. RGB value is (63,33,24). Sum of RGB (Red+Green+Blue) = 63+33+24=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2118 is #C0DEE7. Grayscale: #292929. Windows color (decimal): -12639976 or 1581375. OLE color: 1581375.

HSL color Cylindrical-coordinate representation of color #3F2118: hue angle of 13.85º 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 #3F2118 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB633324-
CMYK00.480.620.75
HSL13.85º44.83%17.06%-
HSV(B)13.85º61.9%24.71%-
XYZ2.762.211.15-
YUV40.94118.44143.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.5%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 24 (9.77% from 255) = 20%
R=52.5%
G=27.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63332400.480.620.7513.8544.8317.06
Hex3F21180303E4Be2d11
Octal77413006076113165521
Binary1111111000011100001100001111101001011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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