#3A2115

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

Shades of Brown Pod #3A2115

Tints of Brown Pod #3A2115

Color information

#3A2115 (or 0x3A2115) is unknown color: approx Brown Pod. HEX triplet: 3A, 21 and 15. RGB value is (58,33,21). Sum of RGB (Red+Green+Blue) = 58+33+21=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2115 is #C5DEEA. Grayscale: #272727. Windows color (decimal): -12967659 or 1384762. OLE color: 1384762.

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

Color convert

RGB583321-
CMYK00.430.640.77
HSL19.46º46.84%15.49%-
HSV(B)19.46º63.79%22.75%-
XYZ2.422.040.98-
YUV39.11117.78141.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.79%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=51.79%
G=29.46%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58332100.430.640.7719.4646.8415.49
Hex3A211502B404D132ff
Octal724125053100115235717
Binary11101010000110101010101110000001001101100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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