#3A2215

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

Shades of Brown Pod #3A2215

Tints of Brown Pod #3A2215

Color information

#3A2215 (or 0x3A2215) is unknown color: approx Brown Pod. HEX triplet: 3A, 22 and 15. RGB value is (58,34,21). Sum of RGB (Red+Green+Blue) = 58+34+21=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2215 is #C5DDEA. Grayscale: #272727. Windows color (decimal): -12967403 or 1385018. OLE color: 1385018.

HSL color Cylindrical-coordinate representation of color #3A2215: hue angle of 21.08º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A2215 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB583421-
CMYK00.410.640.77
HSL21.08º46.84%15.49%-
HSV(B)21.08º63.79%22.75%-
XYZ2.452.10.99-
YUV39.69117.45141.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.33%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=51.33%
G=30.09%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58342100.410.640.7721.0846.8415.49
Hex3A2215029404D152ff
Octal724225051100115255717
Binary11101010001010101010100110000001001101101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,34,21); }

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

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

 a { background-color: rgb(58,34,21); }

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

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

 span { border-color: rgb(58,34,21); }

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