#3F2920

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

Shades of Brown Pod #3F2920

Tints of Brown Pod #3F2920

Color information

#3F2920 (or 0x3F2920) is unknown color: approx Brown Pod. HEX triplet: 3F, 29 and 20. RGB value is (63,41,32). Sum of RGB (Red+Green+Blue) = 63+41+32=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2920 is #C0D6DF. Grayscale: #2E2E2E. Windows color (decimal): -12637920 or 2107711. OLE color: 2107711.

HSL color Cylindrical-coordinate representation of color #3F2920: hue angle of 17.42º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F2920 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB634132-
CMYK00.350.490.75
HSL17.42º32.63%18.63%-
HSV(B)17.42º49.21%24.71%-
XYZ3.12.751.73-
YUV46.55119.79139.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.32%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=46.32%
G=30.15%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63413200.350.490.7517.4232.6318.63
Hex3F2920023314B112113
Octal77514004361113214123
Binary111111101001100000010001111000110010111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,32); }

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

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

 a { background-color: rgb(63,41,32); }

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

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

 span { border-color: rgb(63,41,32); }

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