#3B2921

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

Shades of Brown Pod #3B2921

Tints of Brown Pod #3B2921

Color information

#3B2921 (or 0x3B2921) is unknown color: approx Brown Pod. HEX triplet: 3B, 29 and 21. RGB value is (59,41,33). Sum of RGB (Red+Green+Blue) = 59+41+33=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2921 is #C4D6DE. Grayscale: #2D2D2D. Windows color (decimal): -12900063 or 2173243. OLE color: 2173243.

HSL color Cylindrical-coordinate representation of color #3B2921: hue angle of 18.46º 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 #3B2921 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB594133-
CMYK00.310.440.77
HSL18.46º28.26%18.04%-
HSV(B)18.46º44.07%23.14%-
XYZ2.872.631.79-
YUV45.47120.96137.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.36%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=44.36%
G=30.83%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59413300.310.440.7718.4628.2618.04
Hex3B292101F2C4D121c12
Octal73514103754115223422
Binary1110111010011000010111111011001001101100101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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