#3B2216

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

Shades of Brown Pod #3B2216

Tints of Brown Pod #3B2216

Color information

#3B2216 (or 0x3B2216) is unknown color: approx Brown Pod. HEX triplet: 3B, 22 and 16. RGB value is (59,34,22). Sum of RGB (Red+Green+Blue) = 59+34+22=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2216 is #C4DDE9. Grayscale: #282828. Windows color (decimal): -12901866 or 1450555. OLE color: 1450555.

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

Color convert

RGB593422-
CMYK00.420.630.77
HSL19.46º45.68%15.88%-
HSV(B)19.46º62.71%23.14%-
XYZ2.522.131.04-
YUV40.11117.78141.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=51.30%
G=29.57%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59342200.420.630.7719.4645.6815.88
Hex3B221602A3F4D132e10
Octal73422605277115235620
Binary11101110001010110010101011111110011011001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,22); }

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

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

 a { background-color: rgb(59,34,22); }

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

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

 span { border-color: rgb(59,34,22); }

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