#3B2016

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

Shades of Brown Pod #3B2016

Tints of Brown Pod #3B2016

Color information

#3B2016 (or 0x3B2016) is unknown color: approx Brown Pod. HEX triplet: 3B, 20 and 16. RGB value is (59,32,22). Sum of RGB (Red+Green+Blue) = 59+32+22=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2016 is #C4DFE9. Grayscale: #272727. Windows color (decimal): -12902378 or 1450043. OLE color: 1450043.

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

Color convert

RGB593222-
CMYK00.460.630.77
HSL16.22º45.68%15.88%-
HSV(B)16.22º62.71%23.14%-
XYZ2.462.021.02-
YUV38.93118.45142.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.21%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=52.21%
G=28.32%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59322200.460.630.7716.2245.6815.88
Hex3B201602E3F4D102e10
Octal73402605677115205620
Binary11101110000010110010111011111110011011000010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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