#3B2821

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

Shades of Brown Pod #3B2821

Tints of Brown Pod #3B2821

Color information

#3B2821 (or 0x3B2821) is unknown color: approx Brown Pod. HEX triplet: 3B, 28 and 21. RGB value is (59,40,33). Sum of RGB (Red+Green+Blue) = 59+40+33=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2821 is #C4D7DE. Grayscale: #2C2C2C. Windows color (decimal): -12900319 or 2172987. OLE color: 2172987.

HSL color Cylindrical-coordinate representation of color #3B2821: hue angle of 16.15º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2821 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB594033-
CMYK00.320.440.77
HSL16.15º28.26%18.04%-
HSV(B)16.15º44.07%23.14%-
XYZ2.842.561.78-
YUV44.88121.29138.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.70%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 33 (13.28% from 255) = 25%
R=44.70%
G=30.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59403300.320.440.7716.1528.2618.04
Hex3B28210202C4D101c12
Octal73504104054115203422
Binary11101110100010000101000001011001001101100001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,40,33); }

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

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

 a { background-color: rgb(59,40,33); }

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

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

 span { border-color: rgb(59,40,33); }

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