#3A2111

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

Shades of Brown Pod #3A2111

Tints of Brown Pod #3A2111

Color information

#3A2111 (or 0x3A2111) is unknown color: approx Brown Pod. HEX triplet: 3A, 21 and 11. RGB value is (58,33,17). Sum of RGB (Red+Green+Blue) = 58+33+17=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2111 is #C5DEEE. Grayscale: #262626. Windows color (decimal): -12967663 or 1122618. OLE color: 1122618.

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

Color convert

RGB583317-
CMYK00.430.710.77
HSL23.41º54.67%14.71%-
HSV(B)23.41º70.69%22.75%-
XYZ2.392.030.8-
YUV38.65115.78141.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.70%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=53.70%
G=30.56%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58331700.430.710.7723.4154.6714.71
Hex3A211102B474D1737f
Octal724121053107115276717
Binary11101010000110001010101110001111001101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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