#3A211C

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

Shades of Brown Pod #3A211C

Tints of Brown Pod #3A211C

Color information

#3A211C (or 0x3A211C) is unknown color: approx Brown Pod. HEX triplet: 3A, 21 and 1C. RGB value is (58,33,28). Sum of RGB (Red+Green+Blue) = 58+33+28=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A211C is #C5DEE3. Grayscale: #272727. Windows color (decimal): -12967652 or 1843514. OLE color: 1843514.

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

Color convert

RGB583328-
CMYK00.430.520.77
HSL10º34.88%16.86%-
HSV(B)10º51.72%22.75%-
XYZ2.52.071.37-
YUV39.9121.28140.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.74%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=48.74%
G=27.73%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58332800.430.520.771034.8816.86
Hex3A211C02B344Da2311
Octal72413405364115124321
Binary1110101000011110001010111101001001101101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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