#3A2821

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

Shades of Brown Pod #3A2821

Tints of Brown Pod #3A2821

Color information

#3A2821 (or 0x3A2821) is unknown color: approx Brown Pod. HEX triplet: 3A, 28 and 21. RGB value is (58,40,33). Sum of RGB (Red+Green+Blue) = 58+40+33=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2821 is #C5D7DE. Grayscale: #2C2C2C. Windows color (decimal): -12965855 or 2172986. OLE color: 2172986.

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

Color convert

RGB584033-
CMYK00.310.430.77
HSL16.8º27.47%17.84%-
HSV(B)16.8º43.1%22.75%-
XYZ2.782.531.78-
YUV44.58121.46137.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.27%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=44.27%
G=30.53%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58403300.310.430.7716.827.4717.84
Hex3A282101F2B4D111b12
Octal72504103753115213322
Binary1110101010001000010111111010111001101100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,33); }

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

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

 a { background-color: rgb(58,40,33); }

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

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

 span { border-color: rgb(58,40,33); }

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