#3B2924

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

Shades of Brown Pod #3B2924

Tints of Brown Pod #3B2924

Color information

#3B2924 (or 0x3B2924) is unknown color: approx Brown Pod. HEX triplet: 3B, 29 and 24. RGB value is (59,41,36). Sum of RGB (Red+Green+Blue) = 59+41+36=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2924 is #C4D6DB. Grayscale: #2D2D2D. Windows color (decimal): -12900060 or 2369851. OLE color: 2369851.

HSL color Cylindrical-coordinate representation of color #3B2924: hue angle of 13.04º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B2924 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB594136-
CMYK00.310.390.77
HSL13.04º24.21%18.63%-
HSV(B)13.04º38.98%23.14%-
XYZ2.922.642.03-
YUV45.81122.46137.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.38%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=43.38%
G=30.15%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59413600.310.390.7713.0424.2118.63
Hex3B292401F274Dd1813
Octal73514403747115153023
Binary111011101001100100011111100111100110111011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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