#3B1C16

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

Shades of Brown Pod #3B1C16

Tints of Brown Pod #3B1C16

Color information

#3B1C16 (or 0x3B1C16) is unknown color: approx Brown Pod. HEX triplet: 3B, 1C and 16. RGB value is (59,28,22). Sum of RGB (Red+Green+Blue) = 59+28+22=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1C16 is #C4E3E9. Grayscale: #242424. Windows color (decimal): -12903402 or 1449019. OLE color: 1449019.

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

Color convert

RGB592822-
CMYK00.530.630.77
HSL9.73º45.68%15.88%-
HSV(B)9.73º62.71%23.14%-
XYZ2.361.820.99-
YUV36.58119.77143.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=54.13%
G=25.69%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59282200.530.630.779.7345.6815.88
Hex3B1C160353F4Da2e10
Octal73342606577115125620
Binary111011111001011001101011111111001101101010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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