#3B2720

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

Shades of Brown Pod #3B2720

Tints of Brown Pod #3B2720

Color information

#3B2720 (or 0x3B2720) is unknown color: approx Brown Pod. HEX triplet: 3B, 27 and 20. RGB value is (59,39,32). Sum of RGB (Red+Green+Blue) = 59+39+32=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2720 is #C4D8DF. Grayscale: #2C2C2C. Windows color (decimal): -12900576 or 2107195. OLE color: 2107195.

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

Color convert

RGB593932-
CMYK00.340.460.77
HSL15.56º29.67%17.84%-
HSV(B)15.56º45.76%23.14%-
XYZ2.792.491.7-
YUV44.18121.13138.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.38%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=45.38%
G=30%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59393200.340.460.7715.5629.6717.84
Hex3B27200222E4D101e12
Octal73474004256115203622
Binary11101110011110000001000101011101001101100001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,39,32); }

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

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

 a { background-color: rgb(59,39,32); }

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

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

 span { border-color: rgb(59,39,32); }

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