#3A2621

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

Shades of Brown Pod #3A2621

Tints of Brown Pod #3A2621

Color information

#3A2621 (or 0x3A2621) is unknown color: approx Brown Pod. HEX triplet: 3A, 26 and 21. RGB value is (58,38,33). Sum of RGB (Red+Green+Blue) = 58+38+33=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2621 is #C5D9DE. Grayscale: #2B2B2B. Windows color (decimal): -12966367 or 2172474. OLE color: 2172474.

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

Color convert

RGB583833-
CMYK00.340.430.77
HSL12º27.47%17.84%-
HSV(B)12º43.1%22.75%-
XYZ2.712.41.76-
YUV43.41122.13138.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=44.96%
G=29.46%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58383300.340.430.771227.4717.84
Hex3A26210222B4Dc1b12
Octal72464104253115143322
Binary1110101001101000010100010101011100110111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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