#3A2924

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

Shades of Brown Pod #3A2924

Tints of Brown Pod #3A2924

Color information

#3A2924 (or 0x3A2924) is unknown color: approx Brown Pod. HEX triplet: 3A, 29 and 24. RGB value is (58,41,36). Sum of RGB (Red+Green+Blue) = 58+41+36=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2924 is #C5D6DB. Grayscale: #2D2D2D. Windows color (decimal): -12965596 or 2369850. OLE color: 2369850.

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

Color convert

RGB584136-
CMYK00.290.380.77
HSL13.64º23.4%18.43%-
HSV(B)13.64º37.93%22.75%-
XYZ2.862.612.02-
YUV45.51122.63136.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.96%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=42.96%
G=30.37%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58413600.290.380.7713.6423.418.43
Hex3A292401D264De1712
Octal72514403546115162722
Binary111010101001100100011101100110100110111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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